From 5c432689e5e655cca3e472852a45213a6937eaee Mon Sep 17 00:00:00 2001 From: Michael Klein Date: Wed, 4 Nov 2020 22:05:07 +0100 Subject: [PATCH] uboot_helper: add Banana Pi M2 Zero board --- scripts/uboot_helper | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 11e1af68a3..94e6f3d80e 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -39,6 +39,12 @@ devices = \ 'config': 'pine64_plus_defconfig' }, }, + 'H2-plus': { + 'bananapi-m2-zero': { + 'dtb': 'sun8i-h2-plus-bananapi-m2-zero.dtb', + 'config': 'bananapi_m2_zero_defconfig' + }, + }, 'H3': { 'bananapi-m2p': { 'dtb': 'sun8i-h3-bananapi-m2-plus.dtb',