u-boot: add odroid-n2 to helper script

This commit is contained in:
chewitt 2019-06-14 19:53:45 +00:00
parent 128937b6de
commit 2cccc6c9bd

View File

@ -122,9 +122,13 @@ devices = \
},
'AMLG12': {
'box': {
'dtb': 'meson-gxl-s905x-p212.dtb',
'dtb': 'meson-g12a-x96max.dtb',
'config': 'p212_defconfig'
},
'odroid-n2': {
'dtb': 'meson-g12b-odroid-n2.dtb',
'config': 'odroid-n2_defconfig'
},
},
},
'NXP': {