From 3ccf688470c16bd86d4895037b323bcd3e06119f Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Tue, 15 Feb 2022 10:50:26 +0000 Subject: [PATCH] scripts: add Radxa Zero2 to uboot_helper --- scripts/uboot_helper | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 66454103f1..0f7f22886e 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -211,6 +211,10 @@ devices = \ 'dtb': 'meson-g12a-radxa-zero.dtb', 'config': 'radxa-zero_defconfig' }, + 'radxa-zero2': { + 'dtb': 'meson-g12b-radxa-zero2.dtb', + 'config': 'radxa-zero2_defconfig' + }, 'wetek-core2': { 'dtb': 'meson-gxm-wetek-core2.dtb', 'config': 'wetek-core2_defconfig'