uboot_helper: Add OrangePi 3

This commit is contained in:
Jernej Skrabec 2019-06-03 23:22:45 +02:00
parent 85a1df135d
commit a3878585eb

View File

@ -28,6 +28,7 @@ devices = {
}, },
'H6' : { 'H6' : {
'pine_h64' : { 'dtb' : 'sun50i-h6-pine-h64.dtb', 'config' : 'pine_h64_defconfig' }, 'pine_h64' : { 'dtb' : 'sun50i-h6-pine-h64.dtb', 'config' : 'pine_h64_defconfig' },
'orangepi_3' : { 'dtb' : 'sun50i-h6-orangepi-3.dtb', 'config' : 'orangepi_3_defconfig' },
}, },
}, },
'Rockchip' : { 'Rockchip' : {