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

/linux-4.4.14/arch/h8300/boot/
H A DMakefile11 UIMAGE_ENTRYADDR = $(shell /bin/bash -c 'printf "0x%08x" \ macro
/linux-4.4.14/arch/arc/boot/
H A DMakefile13 UIMAGE_ENTRYADDR = $(LINUX_START_TEXT) macro
/linux-4.4.14/arch/sparc/boot/
H A DMakefile50 UIMAGE_ENTRYADDR = $(CONFIG_UBOOT_ENTRY_ADDR) macro
/linux-4.4.14/arch/nios2/boot/
H A DMakefile10 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}') macro
/linux-4.4.14/arch/avr32/boot/images/
H A DMakefile19 UIMAGE_ENTRYADDR = $(CONFIG_ENTRY_ADDRESS) macro
/linux-4.4.14/arch/mips/boot/
H A DMakefile51 UIMAGE_ENTRYADDR = $(VMLINUX_ENTRY_ADDRESS) macro
/linux-4.4.14/arch/blackfin/boot/
H A DMakefile17 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "__start" {print $$1}') macro
/linux-4.4.14/arch/sh/boot/
H A DMakefile63 UIMAGE_ENTRYADDR = $(KERNEL_ENTRY) macro

Completed in 215 milliseconds