[U-Boot] [PATCH v2 02/18] fdt: arm: Drop device tree padding
Simon Glass
sjg at chromium.org
Tue May 12 22:55:03 CEST 2015
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 <sjg at chromium.org>
---
Changes in v2:
- Also drop the memory table space
arch/arm/dts/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 267fd17..13efa7a 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -132,7 +132,8 @@ dtb-$(CONFIG_MACH_SUN9I) += \
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))
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list