Searched refs:ZTEXTADDR (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/unicore32/boot/compressed/
H A DMakefile60 # from RAM should not define ZTEXTADDR. Decompressors running directly
61 # from ROM or Flash must define ZTEXTADDR (preferably via the config)
62 ZTEXTADDR := 0x03000000 macro
65 SEDFLAGS_lds = s/TEXT_START/$(ZTEXTADDR)/;s/BSS_START/$(ZBSSADDR)/
/linux-4.4.14/arch/frv/boot/
H A DMakefile15 ZTEXTADDR = 0x02080000 macro
24 # then it defaults to ZTEXTADDR
27 ZRELADDR = $(ZTEXTADDR)
30 export SYSTEM ZTEXTADDR ZBSSADDR ZRELADDR INITRD_PHYS INITRD_VIRT PARAMS_PHYS
/linux-4.4.14/arch/arm/boot/compressed/
H A DMakefile56 # from RAM should not define ZTEXTADDR. Decompressors running directly
57 # from ROM or Flash must define ZTEXTADDR (preferably via the config)
60 ZTEXTADDR := $(CONFIG_ZBOOT_ROM_TEXT) macro
63 ZTEXTADDR := 0 macro
67 CPPFLAGS_vmlinux.lds := -DTEXT_START="$(ZTEXTADDR)" -DBSS_START="$(ZBSSADDR)"

Completed in 74 milliseconds