Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/boot/
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-5.19.10/arch/csky/boot/
DMakefile20 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}') macro
/linux-5.19.10/arch/nios2/boot/
DMakefile9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}') macro
/linux-5.19.10/arch/microblaze/boot/
DMakefile23 UIMAGE_LOADADDR = $(CONFIG_KERNEL_BASE_ADDR) macro
/linux-5.19.10/arch/arc/boot/
DMakefile12 UIMAGE_LOADADDR = $(CONFIG_LINUX_LINK_BASE) macro
/linux-5.19.10/arch/xtensa/boot/
DMakefile45 UIMAGE_LOADADDR = $(CONFIG_KERNEL_LOAD_ADDRESS) macro
/linux-5.19.10/arch/sparc/boot/
DMakefile50 UIMAGE_LOADADDR = $(CONFIG_UBOOT_LOAD_ADDR) macro
/linux-5.19.10/arch/sh/boot/
DMakefile62 UIMAGE_LOADADDR = $(KERNEL_LOAD) macro
/linux-5.19.10/arch/mips/boot/
DMakefile50 UIMAGE_LOADADDR = $(VMLINUX_LOAD_ADDRESS) macro
/linux-5.19.10/arch/mips/boot/compressed/
DMakefile103 UIMAGE_LOADADDR = $(VMLINUZ_LOAD_ADDRESS) macro