Re: [U-Boot] [PATCH v2 02/18] fdt: arm: Drop device tree padding

2015-06-11 Thread Simon Glass
On 12 May 2015 at 14:55, Simon Glass s...@chromium.org wrote:
 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 s...@chromium.org
 ---

 Changes in v2:
 - Also drop the memory table space

  arch/arm/dts/Makefile | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

Applied to u-boot-dm.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v2 02/18] fdt: arm: Drop device tree padding

2015-05-12 Thread Simon Glass
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 s...@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

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot