Searched refs:UIMAGE_LOADADDR (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/arm/boot/
H A DMakefile66 UIMAGE_LOADADDR=$(LOADADDR) macro
69 UIMAGE_LOADADDR=$(CONFIG_ZBOOT_ROM_TEXT) macro
71 UIMAGE_LOADADDR=$(ZRELADDR) macro
76 if [ $(words $(UIMAGE_LOADADDR)) -ne 1 ]; then \
77 echo 'multiple (or no) load addresses: $(UIMAGE_LOADADDR)'; \
/linux-master/arch/csky/boot/
H A DMakefile20 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}') macro
/linux-master/arch/nios2/boot/
H A DMakefile9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}') macro
/linux-master/arch/microblaze/boot/
H A DMakefile23 UIMAGE_LOADADDR = $(CONFIG_KERNEL_BASE_ADDR) macro
/linux-master/arch/xtensa/boot/
H A DMakefile44 UIMAGE_LOADADDR = $(CONFIG_KERNEL_LOAD_ADDRESS) macro
/linux-master/arch/arc/boot/
H A DMakefile12 UIMAGE_LOADADDR = $(CONFIG_LINUX_LINK_BASE) macro
/linux-master/arch/sparc/boot/
H A DMakefile50 UIMAGE_LOADADDR = $(CONFIG_UBOOT_LOAD_ADDR) macro
/linux-master/arch/sh/boot/
H A DMakefile62 UIMAGE_LOADADDR = $(KERNEL_LOAD) macro
/linux-master/scripts/
H A DMakefile.lib496 UIMAGE_LOADADDR ?= arch_must_set_this
497 UIMAGE_ENTRYADDR ?= $(UIMAGE_LOADADDR)
504 -a $(UIMAGE_LOADADDR) -e $(UIMAGE_ENTRYADDR) \
/linux-master/arch/mips/boot/
H A DMakefile50 UIMAGE_LOADADDR = $(VMLINUX_LOAD_ADDRESS) macro
/linux-master/arch/mips/boot/compressed/
H A DMakefile103 UIMAGE_LOADADDR = $(VMLINUZ_LOAD_ADDRESS) macro

Completed in 143 milliseconds