uboot_helper: Add OrangePi 3 LTS target

This commit is contained in:
Jernej Skrabec 2023-01-02 16:01:01 +01:00
parent 107dbba62f
commit 1bd87f7360

View File

@ -120,6 +120,11 @@ devices = \
'config': 'orangepi_3_defconfig', 'config': 'orangepi_3_defconfig',
'crust_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': { 'orangepi-lite2': {
'dtb': 'sun50i-h6-orangepi-lite2.dtb', 'dtb': 'sun50i-h6-orangepi-lite2.dtb',
'config': 'orangepi_lite2_defconfig', 'config': 'orangepi_lite2_defconfig',