mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 04:31:30 +00:00
30 lines
1.2 KiB
Diff
30 lines
1.2 KiB
Diff
From a3fd9e94d211ec9cda74584e5828e76d6496c279 Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Tue, 19 Jan 2021 15:34:53 +0000
|
|
Subject: [PATCH 14/88] FROMGIT: arm64: dts: meson: sort Amlogic dtb Makefile
|
|
|
|
Sort the Makefile before adding new SM1 devices.
|
|
|
|
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
|
|
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/Makefile b/arch/arm64/boot/dts/amlogic/Makefile
|
|
index dce41cd3f347..f3c8a85fe987 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/Makefile
|
|
+++ b/arch/arm64/boot/dts/amlogic/Makefile
|
|
@@ -45,7 +45,7 @@ dtb-$(CONFIG_ARCH_MESON) += meson-gxm-rbox-pro.dtb
|
|
dtb-$(CONFIG_ARCH_MESON) += meson-gxm-s912-libretech-pc.dtb
|
|
dtb-$(CONFIG_ARCH_MESON) += meson-gxm-vega-s96.dtb
|
|
dtb-$(CONFIG_ARCH_MESON) += meson-gxm-wetek-core2.dtb
|
|
-dtb-$(CONFIG_ARCH_MESON) += meson-sm1-sei610.dtb
|
|
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-khadas-vim3l.dtb
|
|
dtb-$(CONFIG_ARCH_MESON) += meson-sm1-odroid-c4.dtb
|
|
+dtb-$(CONFIG_ARCH_MESON) += meson-sm1-sei610.dtb
|
|
dtb-$(CONFIG_ARCH_MESON) += meson-a1-ad401.dtb
|
|
--
|
|
2.17.1
|
|
|