Home
last modified time | relevance | path

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

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