diff --git a/scripts/uboot_helper b/scripts/uboot_helper index b9eaf4e9cd..0f4b594a83 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -122,6 +122,10 @@ devices = \ 'dtb': 'sun50i-h6-orangepi-3.dtb', 'config': 'orangepi_3_defconfig' }, + 'orangepi-lite2': { + 'dtb': 'sun50i-h6-orangepi-lite2.dtb', + 'config': 'orangepi_lite2_defconfig' + }, 'orangepi-one-plus': { 'dtb': 'sun50i-h6-orangepi-one-plus.dtb', 'config': 'orangepi_one_plus_defconfig'