Home
last modified time | relevance | path

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

/linux/arch/arm/boot/
A DMakefile72 UIMAGE_LOADADDR=$(LOADADDR) macro
75 UIMAGE_LOADADDR=$(CONFIG_ZBOOT_ROM_TEXT) macro
77 UIMAGE_LOADADDR=$(ZRELADDR) macro
82 if [ $(words $(UIMAGE_LOADADDR)) -ne 1 ]; then \
/linux/arch/csky/boot/
A DMakefile21 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}') macro
/linux/arch/nios2/boot/
A DMakefile9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}') macro
/linux/arch/h8300/boot/
A DMakefile11 UIMAGE_LOADADDR = $(CONFIG_RAMBASE) macro
/linux/arch/microblaze/boot/
A DMakefile23 UIMAGE_LOADADDR = $(CONFIG_KERNEL_BASE_ADDR) macro
/linux/arch/arc/boot/
A DMakefile12 UIMAGE_LOADADDR = $(CONFIG_LINUX_LINK_BASE) macro
/linux/arch/xtensa/boot/
A DMakefile45 UIMAGE_LOADADDR = $(CONFIG_KERNEL_LOAD_ADDRESS) macro
/linux/arch/sparc/boot/
A DMakefile50 UIMAGE_LOADADDR = $(CONFIG_UBOOT_LOAD_ADDR) macro
/linux/arch/sh/boot/
A DMakefile62 UIMAGE_LOADADDR = $(KERNEL_LOAD) macro
/linux/arch/mips/boot/compressed/
A DMakefile98 UIMAGE_LOADADDR = $(VMLINUZ_LOAD_ADDRESS) macro
/linux/arch/mips/boot/
A DMakefile50 UIMAGE_LOADADDR = $(VMLINUX_LOAD_ADDRESS) macro

Completed in 11 milliseconds