From f7812aaf95c2d536097a3268fe99c67a401cffef Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Fri, 29 Oct 2021 12:40:55 +0000 Subject: [PATCH] scripts: update devices in uboot_helper --- scripts/uboot_helper | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 64a927c44c..6e41856c25 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -159,6 +159,14 @@ devices = \ 'dtb': '', 'config': 'p212_defconfig' }, + 'bananapi-m5': { + 'dtb': 'meson-sm1-bananapi-m5.dtb', + 'config': 'odroid-c4_defconfig' + }, + 'beelink-s922x': { + 'dtb': 'meson-g12b-gtking.dtb', + 'config': 'beelink-gtking_defconfig' + }, 'khadas-vim': { 'dtb': 'meson-gxl-s905x-khadas-vim.dtb', 'config': 'khadas-vim_defconfig' @@ -197,12 +205,28 @@ devices = \ }, 'odroid-hc4': { 'dtb': 'meson-sm1-odroid-hc4.dtb', - 'config': 'odroid-c4_defconfig' + 'config': 'odroid-hc4_defconfig' }, 'odroid-n2': { 'dtb': 'meson-g12b-odroid-n2.dtb', 'config': 'odroid-n2_defconfig' }, + 'radxa-zero': { + 'dtb': 'meson-g12a-radxa-zero.dtb', + 'config': 'radxa-zero_defconfig' + }, + 'wetek-core2': { + 'dtb': 'meson-gxm-wetek-core2.dtb', + 'config': 'wetek-core2_defconfig' + }, + 'wetek-hub': { + 'dtb': 'meson-gxbb-wetek-hub.dtb', + 'config': 'wetek-hub_defconfig' + }, + 'wetek-play2': { + 'dtb': 'meson-gxbb-wetek-play2.dtb', + 'config': 'wetek-play2_defconfig' + }, }, }, 'NXP': {