uboot_helper: RK3399: Add Radxa ROCK 4C+

Added Radxa ROCK 4C+ which is officially supported by uboot and kernel.
This commit is contained in:
Michele Zuccala
2024-05-09 21:29:34 +02:00
parent d8f6afc4d2
commit 15d1f55f20
2 changed files with 5 additions and 0 deletions

View File

@@ -332,6 +332,10 @@ devices = \
'dtb': 'rk3399-rock-pi-4b-plus.dtb',
'config': 'rock-pi-4-rk3399_defconfig'
},
'rock-4c-plus': {
'dtb': 'rk3399-rock-4c-plus.dtb',
'config': 'rock-4c-plus-rk3399_defconfig'
},
'rock-pi-n10': {
'dtb': 'rk3399pro-rock-pi-n10.dtb',
'config': 'rock-pi-n10-rk3399pro_defconfig'