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

/linux-4.4.14/arch/xtensa/boot/boot-uboot/
H A DMakefile9 UIMAGE_LOADADDR = 0x00003000 macro
11 UIMAGE_LOADADDR = 0xd0003000 macro
14 UIMAGE_LOADADDR = $(shell printf "0x%x" $$(( ${CONFIG_DEFAULT_MEM_START} + 0x3000 )) ) macro
/linux-4.4.14/arch/arm/boot/
H A DMakefile61 UIMAGE_LOADADDR=$(LOADADDR) macro
64 UIMAGE_LOADADDR=$(CONFIG_ZBOOT_ROM_TEXT) macro
66 UIMAGE_LOADADDR=$(ZRELADDR) macro
71 if [ $(words $(UIMAGE_LOADADDR)) -ne 1 ]; then \
72 echo 'multiple (or no) load addresses: $(UIMAGE_LOADADDR)'; \
/linux-4.4.14/arch/h8300/boot/
H A DMakefile10 UIMAGE_LOADADDR = $(CONFIG_RAMBASE) macro
/linux-4.4.14/arch/unicore32/boot/
H A DMakefile28 UIMAGE_LOADADDR = 0x0 macro
/linux-4.4.14/arch/arc/boot/
H A DMakefile12 UIMAGE_LOADADDR = $(CONFIG_LINUX_LINK_BASE) macro
/linux-4.4.14/arch/microblaze/boot/
H A DMakefile28 UIMAGE_LOADADDR = $(CONFIG_KERNEL_BASE_ADDR) macro
/linux-4.4.14/arch/blackfin/boot/
H A DMakefile13 UIMAGE_LOADADDR = $(CONFIG_BOOT_LOAD) macro
15 UIMAGE_LOADADDR = $(CONFIG_ROM_BASE) macro
/linux-4.4.14/arch/sparc/boot/
H A DMakefile49 UIMAGE_LOADADDR = $(CONFIG_UBOOT_LOAD_ADDR) macro
/linux-4.4.14/arch/metag/boot/
H A DMakefile29 UIMAGE_LOADADDR = $(CONFIG_PAGE_OFFSET) macro
/linux-4.4.14/arch/nios2/boot/
H A DMakefile9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}') macro
/linux-4.4.14/arch/avr32/boot/images/
H A DMakefile18 UIMAGE_LOADADDR = $(CONFIG_LOAD_ADDRESS) macro
/linux-4.4.14/arch/mips/boot/
H A DMakefile50 UIMAGE_LOADADDR = $(VMLINUX_LOAD_ADDRESS) macro
/linux-4.4.14/arch/sh/boot/
H A DMakefile62 UIMAGE_LOADADDR = $(KERNEL_LOAD) macro

Completed in 657 milliseconds