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-Tag: v2021.10-rc3~2^2~4 X-Git-Url: https://repo.jachan.dev/J-u-boot.git/commitdiff_plain/f28a22d55a5d2f08ad4befb5f27fd00eebc2b85d 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 537c96bf5b3..4d60022e43c 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -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))