Searched defs:UIMAGE_LOADADDR (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/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.1.27/arch/unicore32/boot/
H A DMakefile28 UIMAGE_LOADADDR = 0x0 macro
/linux-4.1.27/arch/metag/boot/
H A DMakefile29 UIMAGE_LOADADDR = $(CONFIG_PAGE_OFFSET) macro
/linux-4.1.27/arch/microblaze/boot/
H A DMakefile28 UIMAGE_LOADADDR = $(CONFIG_KERNEL_BASE_ADDR) macro
/linux-4.1.27/arch/blackfin/boot/
H A DMakefile13 UIMAGE_LOADADDR = $(CONFIG_BOOT_LOAD) macro
15 UIMAGE_LOADADDR = $(CONFIG_ROM_BASE) macro
/linux-4.1.27/arch/arc/boot/
H A DMakefile12 UIMAGE_LOADADDR = $(CONFIG_LINUX_LINK_BASE) macro
/linux-4.1.27/arch/arm/boot/
H A DMakefile61 UIMAGE_LOADADDR=$(LOADADDR) macro
64 UIMAGE_LOADADDR=$(CONFIG_ZBOOT_ROM_TEXT) macro
66 UIMAGE_LOADADDR=$(ZRELADDR) macro
/linux-4.1.27/arch/nios2/boot/
H A DMakefile9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}') macro
/linux-4.1.27/arch/mips/boot/
H A DMakefile50 UIMAGE_LOADADDR = $(VMLINUX_LOAD_ADDRESS) macro
/linux-4.1.27/arch/avr32/boot/images/
H A DMakefile18 UIMAGE_LOADADDR = $(CONFIG_LOAD_ADDRESS) macro
/linux-4.1.27/arch/sparc/boot/
H A DMakefile49 UIMAGE_LOADADDR = $(CONFIG_UBOOT_LOAD_ADDR) macro
/linux-4.1.27/arch/sh/boot/
H A DMakefile62 UIMAGE_LOADADDR = $(KERNEL_LOAD) macro

Completed in 534 milliseconds