[U-Boot] [PATCH 05/29] fdt: arm: Drop device tree padding

Simon Glass sjg at chromium.org
Sat Feb 28 06:06:29 CET 2015


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 at 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



More information about the U-Boot mailing list