summaryrefslogtreecommitdiff
path: root/dts
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-06-03 09:47:43 -0600
committerTom Rini <[email protected]>2024-06-03 09:47:43 -0600
commit45ab5baacd247b4e61529a9faed729ef535ae5e1 (patch)
treece43dd221d2ad0b6082f3395de9be20675af5768 /dts
parentc2d15c4b7996520614c5025b37fd6d38c70600c8 (diff)
parentecfa301911405f9ebc27677f6d26fcd43309ed36 (diff)
Merge branch 'master-cleanup' of https://source.denx.de/u-boot/custodians/u-boot-sh
Diffstat (limited to 'dts')
-rw-r--r--dts/upstream/src/arm64/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dts/upstream/src/arm64/Makefile b/dts/upstream/src/arm64/Makefile
index 9a8f6aa3584..26a83d3d29d 100644
--- a/dts/upstream/src/arm64/Makefile
+++ b/dts/upstream/src/arm64/Makefile
@@ -7,6 +7,10 @@ targets += $(dtb-y)
# Add any required device tree compiler flags here
DTC_FLAGS += -a 0x8
+ifdef CONFIG_RCAR_64
+DTC_FLAGS += -R 4 -p 0x1000
+endif
+
PHONY += dtbs
dtbs: $(addprefix $(obj)/, $(dtb-y))
@: