From: Simon Glass Date: Tue, 12 May 2015 20:55:03 +0000 (-0600) Subject: fdt: arm: Drop device tree padding X-Git-Tag: KARO-TX6-2015-09-18~1691 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=42a8dcab5b8102c8e9e515d06cfd38262cbab9a4;p=karo-tx-uboot.git fdt: arm: Drop device tree padding The 4KB padding doesn't seem necessary since we don't normally adjust the control device tree file within U-Boot. Also drop the memory table space. Signed-off-by: Simon Glass --- diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index bc1421e1c3..9c735c672a 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -138,7 +138,8 @@ dtb-$(CONFIG_VF610) += vf500-colibri.dtb \ targets += $(dtb-y) -DTC_FLAGS += -R 4 -p 0x1000 +# Add any required device tree compiler flags here +DTC_FLAGS += PHONY += dtbs dtbs: $(addprefix $(obj)/, $(dtb-y))