From 258e4b9b3d267e8e36393a429105af5c20c2d058 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Sat, 4 Mar 2023 07:19:40 +0000 Subject: [PATCH] scripts: add bananapi-cm4io to uboot_helper --- scripts/uboot_helper | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index cd2c75fc90..7e7bd3b731 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -164,6 +164,10 @@ devices = \ 'dtb': '', 'config': 'p212_defconfig' }, + 'bananapi-cm4io': { + 'dtb': 'meson-g12b-bananapi-cm4-cm4io.dtb', + 'config': 'bananapi-cm4io_defconfig' + }, 'bananapi-m2s': { 'dtb': 'meson-g12b-a311d-bananapi-m2s.dtb', 'config': 'bananapi-m2s_defconfig'