]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: dts: Make sure that all DTBs are 64bit aligned
authorMichal Simek <michal.simek@xilinx.com>
Thu, 19 Aug 2021 09:29:41 +0000 (11:29 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 24 Aug 2021 13:57:59 +0000 (15:57 +0200)
Start of DTB should be 64bit aligned that's why also make sure that end is
also 64bit aligned. It is not required but it is nice thing to do.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/Makefile

index 81d4de5a99738163c3830bfa0637e16c00ce4c32..b0aacb9f7fd15e6276b94056c77cf1234d6a0305 100644 (file)
@@ -1066,7 +1066,7 @@ dtb-$(CONFIG_TARGET_PRESIDIO_ASIC) += ca-presidio-engboard.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))