Searched refs:UIMAGE_ENTRYADDR (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/arc/boot/
H A DMakefile13 UIMAGE_ENTRYADDR = $(LINUX_START_TEXT) macro
/linux-4.1.27/arch/sparc/boot/
H A DMakefile50 UIMAGE_ENTRYADDR = $(CONFIG_UBOOT_ENTRY_ADDR) macro
/linux-4.1.27/arch/nios2/boot/
H A DMakefile10 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}') macro
/linux-4.1.27/arch/avr32/boot/images/
H A DMakefile19 UIMAGE_ENTRYADDR = $(CONFIG_ENTRY_ADDRESS) macro
/linux-4.1.27/arch/mips/boot/
H A DMakefile51 UIMAGE_ENTRYADDR = $(VMLINUX_ENTRY_ADDRESS) macro
/linux-4.1.27/arch/blackfin/boot/
H A DMakefile17 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "__start" {print $$1}') macro
/linux-4.1.27/arch/sh/boot/
H A DMakefile63 UIMAGE_ENTRYADDR = $(KERNEL_ENTRY) macro

Completed in 261 milliseconds