From: Michal Simek Date: Thu, 19 Aug 2021 09:29:41 +0000 (+0200) Subject: arm64: dts: Make sure that all DTBs are 64bit aligned X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c47b9686e096179df0b06a5bbb5881990e29546;p=thirdparty%2Fu-boot.git arm64: dts: Make sure that all DTBs are 64bit aligned 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 --- diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 81d4de5a997..b0aacb9f7fd 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -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))