diff options
| author | Marek Vasut <[email protected]> | 2024-12-14 23:45:52 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2024-12-29 16:55:31 +0100 |
| commit | eaf2ed4eb42fb08fe3ab3ef04b18b7da2f6c5f41 (patch) | |
| tree | 56d1237390fa4d6ebbde824491b68068ca28b82c /arch | |
| parent | 2fd7a04e7c172a2918d74d348fa70c4d0b91e6ce (diff) | |
arm64: dts: renesas: Drop OF_UPSTREAM conversion remnant
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]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 99d775fd382..3763e34dea3 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -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 |
