diff options
author | Adam Ford | 2024-05-01 04:57:50 -0500 |
---|---|---|
committer | Tom Rini | 2024-05-07 11:47:13 -0600 |
commit | f7404d1395be390148d62ab497a194bf13b8f4ea (patch) | |
tree | dcee560d32ee7a6bf122e34b4ec29dcc0e6e9c15 /arch/arm/dts/Makefile | |
parent | 19b762cf83f68b9d9a1f14e75d75781cedf4049f (diff) |
arm: davinci: Migrate da850-evm to OF_UPSTREAM
The da850-evm can remove the U-Boot device trees if migrated
to OF_UPSTREAM. This means pointing the device trees to the
ti/davinci directory.
Signed-off-by: Adam Ford <aford173@gmail.com>
v2: Remove DTS from Makefile.
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index c9f1b25ad64..d6135c41ada 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -41,7 +41,6 @@ dtb-$(CONFIG_ARCH_APPLE) += \ t8103-j457.dtb dtb-$(CONFIG_ARCH_DAVINCI) += \ - da850-evm.dtb \ da850-lcdk.dtb \ da850-lego-ev3.dtb |