Home
last modified time | relevance | path

Searched refs:PARAMS_PHYS (Results 1 – 4 of 4) sorted by relevance

/arch/frv/boot/
DMakefile16 PARAMS_PHYS = 0x0207c000 macro
28 export SYSTEM ZTEXTADDR ZBSSADDR ZRELADDR INITRD_PHYS INITRD_VIRT PARAMS_PHYS
/arch/arm/boot/bootp/
DMakefile10 --defsym params_phys=$(PARAMS_PHYS) -T
/arch/arm/boot/
DMakefile25 PARAMS_PHYS := $(params_phys-y) macro
28 export ZRELADDR INITRD_PHYS PARAMS_PHYS
/arch/arm/boot/compressed/
DMakefile84 ifneq ($(PARAMS_PHYS),)
85 LDFLAGS_vmlinux += --defsym params_phys=$(PARAMS_PHYS)