Home
last modified time | relevance | path

Searched defs:UIMAGE_LOADADDR (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/boot/
H A DMakefile79 UIMAGE_LOADADDR=$(LOADADDR) macro
82 UIMAGE_LOADADDR=$(CONFIG_ZBOOT_ROM_TEXT) macro
84 UIMAGE_LOADADDR=$(ZRELADDR) macro
/OK3568_Linux_fs/kernel/arch/nios2/boot/
H A DMakefile9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}') macro
/OK3568_Linux_fs/kernel/arch/arc/boot/
H A DMakefile13 UIMAGE_LOADADDR = $(CONFIG_LINUX_LINK_BASE) macro
/OK3568_Linux_fs/kernel/arch/h8300/boot/
H A DMakefile11 UIMAGE_LOADADDR = $(CONFIG_RAMBASE) macro
/OK3568_Linux_fs/kernel/arch/microblaze/boot/
H A DMakefile23 UIMAGE_LOADADDR = $(CONFIG_KERNEL_BASE_ADDR) macro
/OK3568_Linux_fs/kernel/arch/csky/boot/
H A DMakefile21 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}') macro
/OK3568_Linux_fs/kernel/arch/xtensa/boot/
H A DMakefile49 UIMAGE_LOADADDR = $(CONFIG_KERNEL_LOAD_ADDRESS) macro
/OK3568_Linux_fs/kernel/arch/sparc/boot/
H A DMakefile50 UIMAGE_LOADADDR = $(CONFIG_UBOOT_LOAD_ADDR) macro
/OK3568_Linux_fs/kernel/arch/sh/boot/
H A DMakefile62 UIMAGE_LOADADDR = $(KERNEL_LOAD) macro
/OK3568_Linux_fs/kernel/arch/mips/boot/
H A DMakefile50 UIMAGE_LOADADDR = $(VMLINUX_LOAD_ADDRESS) macro
/OK3568_Linux_fs/kernel/arch/mips/boot/compressed/
H A DMakefile102 UIMAGE_LOADADDR = $(VMLINUZ_LOAD_ADDRESS) macro