]> Git Repo - J-u-boot.git/commitdiff
arm64: dts: renesas: Drop OF_UPSTREAM conversion remnant
authorMarek Vasut <[email protected]>
Sat, 14 Dec 2024 22:45:52 +0000 (23:45 +0100)
committerMarek Vasut <[email protected]>
Sun, 29 Dec 2024 15:55:31 +0000 (16:55 +0100)
This DTC_FLAGS assignment is no longer necessary as all R-Car Gen2/Gen3/Gen4
platforms have been converted to OF_UPSTREAM and matching DTC_FLAGS assignment
is present in dts/upstream/src/arm64/Makefile . Drop the remnant.

Signed-off-by: Marek Vasut <[email protected]>
arch/arm/dts/Makefile

index 99d775fd382059f2996bc03ee3490ce2d6e24d64..3763e34dea38bd8013272ece586452117e526d67 100644 (file)
@@ -978,10 +978,6 @@ dtb-$(CONFIG_ARCH_IMXRT) += imxrt1050-evk.dtb \
        imxrt1020-evk.dtb \
        imxrt1170-evk.dtb \
 
-ifdef CONFIG_RCAR_64
-DTC_FLAGS += -R 4 -p 0x1000
-endif
-
 dtb-$(CONFIG_RZA1) += \
        r7s72100-gr-peach.dtb
 
This page took 0.038301 seconds and 4 git commands to generate.