projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9091400
)
fdt: arm: Drop device tree padding
author
Simon Glass
<sjg@chromium.org>
Tue, 12 May 2015 20:55:03 +0000
(14:55 -0600)
committer
Simon Glass
<sjg@chromium.org>
Thu, 11 Jun 2015 01:26:55 +0000
(19:26 -0600)
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@chromium.org>
arch/arm/dts/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/dts/Makefile
b/arch/arm/dts/Makefile
index bc1421e1c3aa36ad626f8bcdde1f44cc5c3275d7..9c735c672abce4087c7db6052590e6a75529ef5f 100644
(file)
--- 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))