arm64: dts: Make sure that all DTBs are 64bit aligned
[pandora-u-boot.git] / arch / arm / dts / Makefile
index 537c96b..4d60022 100644 (file)
@@ -1127,7 +1127,7 @@ dtb-$(CONFIG_TARGET_EA_LPC3250DEVKITV2) += lpc3250-ea3250.dtb
 targets += $(dtb-y)
 
 # Add any required device tree compiler flags here
-DTC_FLAGS +=
+DTC_FLAGS += -a 0x8
 
 PHONY += dtbs
 dtbs: $(addprefix $(obj)/, $(dtb-y))