Searched refs:PARAMS_PHYS (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm/boot/bootp/
H A DMakefile13 # If PHYS_OFFSET is set, INITRD_PHYS and PARAMS_PHYS can be derived,
17 # PARAMS_PHYS must be within 4MB of ZRELADDR
20 PARAMS_PHYS := $(call add_hex, $(PHYS_OFFSET), 0x100) macro
35 @test "$(PARAMS_PHYS)" != "" || \
36 (echo bootpImage: You must specify PHYS_OFFSET of PARAMS_PHYS ; exit -1)
44 --defsym params_phys=$(PARAMS_PHYS) -T
/linux-master/arch/arm/boot/
H A DMakefile22 export ZRELADDR PARAMS_PHYS PHYS_OFFSET

Completed in 493 milliseconds