From 49950be03a2bee91cbf2130b7a6e8a0b90a7090a Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Sun, 19 Feb 2023 04:36:51 +0000 Subject: [PATCH] scripts: add BananaPi M2S to uboot_helper --- scripts/uboot_helper | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index dff651e5f8..cd2c75fc90 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -164,6 +164,10 @@ devices = \ 'dtb': '', 'config': 'p212_defconfig' }, + 'bananapi-m2s': { + 'dtb': 'meson-g12b-a311d-bananapi-m2s.dtb', + 'config': 'bananapi-m2s_defconfig' + }, 'bananapi-m2-pro': { 'dtb': 'meson-sm1-bananapi-m2-pro.dtb', 'config': 'bananapi-m2-pro_defconfig'