aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2021-08-19 11:29:41 +0200
committerMichal Simek <michal.simek@xilinx.com>2021-08-26 08:14:43 +0200
commitf28a22d55a5d2f08ad4befb5f27fd00eebc2b85d (patch)
treeb6628ce8539f60ee42a2cbe8d4e06afd170a6ad4 /arch
parent570c4636808e77a18ccd8865b2654fff08f13328 (diff)
downloadu-boot-f28a22d55a5d2f08ad4befb5f27fd00eebc2b85d.zip
u-boot-f28a22d55a5d2f08ad4befb5f27fd00eebc2b85d.tar.gz
u-boot-f28a22d55a5d2f08ad4befb5f27fd00eebc2b85d.tar.bz2
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 <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 537c96b..4d60022 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))