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'