From e753bdf537d577257153fcd1281681b4a376f3ed Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Fri, 17 Feb 2023 05:57:47 +0000 Subject: [PATCH] scripts: add BananaPi M2-Pro to uboot_helper --- scripts/uboot_helper | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 4cf6e4ca11..dff651e5f8 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -164,6 +164,10 @@ devices = \ 'dtb': '', 'config': 'p212_defconfig' }, + 'bananapi-m2-pro': { + 'dtb': 'meson-sm1-bananapi-m2-pro.dtb', + 'config': 'bananapi-m2-pro_defconfig' + }, 'bananapi-m5': { 'dtb': 'meson-sm1-bananapi-m5.dtb', 'config': 'bananapi-m5_defconfig'