
28 Feb
2015
28 Feb
'15
6:06 a.m.
The 4KB padding doesn't seem necessary since we don't normally adjust the control device tree file within U-Boot.
Signed-off-by: Simon Glass sjg@chromium.org ---
arch/arm/dts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index fac16cc..121725e 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -53,7 +53,7 @@ dtb-$(CONFIG_SOCFPGA) += socfpga_cyclone5_socrates.dtb
targets += $(dtb-y)
-DTC_FLAGS += -R 4 -p 0x1000 +DTC_FLAGS += -R 4
PHONY += dtbs dtbs: $(addprefix $(obj)/, $(dtb-y))
--
2.2.0.rc0.207.ga3a616c