Home
last modified time | relevance | path

Searched defs:UIMAGE_ENTRYADDR (Results 1 – 4 of 4) sorted by relevance

/linux/arch/nios2/boot/
H A DMakefile10 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}') macro
/linux/arch/arc/boot/
H A DMakefile13 UIMAGE_ENTRYADDR = $(LINUX_START_TEXT) macro
/linux/arch/sparc/boot/
H A DMakefile51 UIMAGE_ENTRYADDR = $(CONFIG_UBOOT_ENTRY_ADDR) macro
/linux/arch/sh/boot/
H A DMakefile63 UIMAGE_ENTRYADDR = $(KERNEL_ENTRY) macro