diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 45c64c967a..9cb2499e2f 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -120,6 +120,11 @@ devices = \ 'config': 'orangepi_3_defconfig', 'crust_config': 'orangepi_3_defconfig' }, + 'orangepi-3-lts': { + 'dtb': 'sun50i-h6-orangepi-3-lts.dtb', + 'config': 'orangepi_3_defconfig', + 'crust_config': 'orangepi_3_defconfig' + }, 'orangepi-lite2': { 'dtb': 'sun50i-h6-orangepi-lite2.dtb', 'config': 'orangepi_lite2_defconfig',