From 066adecd5dba64d52d64bae56f5a7167074b87a5 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Fri, 1 Nov 2024 05:12:10 +0000 Subject: [PATCH] scripts: add LibreComputer alta/solitude to uboot_helper --- scripts/uboot_helper | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index adb2a9147c..01d4906cca 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -164,6 +164,10 @@ devices = \ 'dtb': '', 'config': 'p212_defconfig' }, + 'alta': { + 'dtb': 'meson-g12b-a311d-libretech-cc.dtb', + 'config': 'aml-a311d-cc_defconfig' + }, 'bananapi-m2s': { 'dtb': 'meson-g12b-a311d-bananapi-m2s.dtb', 'config': 'bananapi-m2s_defconfig' @@ -228,6 +232,10 @@ devices = \ 'dtb': 'meson-g12b-radxa-zero2.dtb', 'config': 'radxa-zero2_defconfig' }, + 'solitude': { + 'dtb': 'meson-sm1-s905d3-libretech-cc.dtb', + 'config': 'aml-s905d3-cc_defconfig' + }, 'wetek-core2': { 'dtb': 'meson-gxm-wetek-core2.dtb', 'config': 'wetek-core2_defconfig'