uboot_helper: add Banana Pi M2 Zero board

This commit is contained in:
Michael Klein 2020-11-04 22:05:07 +01:00
parent 09854a637d
commit 5c432689e5

View File

@ -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',