Skip to content
Snippets Groups Projects
Commit b65d5209 authored by Simon Glass's avatar Simon Glass
Browse files

fdt: arm: Drop device tree padding


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: default avatarSimon Glass <sjg@chromium.org>
parent 90914008
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,8 @@ dtb-$(CONFIG_VF610) += vf500-colibri.dtb \ ...@@ -138,7 +138,8 @@ dtb-$(CONFIG_VF610) += vf500-colibri.dtb \
targets += $(dtb-y) targets += $(dtb-y)
DTC_FLAGS += -R 4 -p 0x1000 # Add any required device tree compiler flags here
DTC_FLAGS +=
PHONY += dtbs PHONY += dtbs
dtbs: $(addprefix $(obj)/, $(dtb-y)) dtbs: $(addprefix $(obj)/, $(dtb-y))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment