Merge pull request #10239 from diizzyy/radxarockpi4se

uboot_helper: RK3399: Add Radxa ROCK 4SE
This commit is contained in:
Christian Hewitt 2025-07-19 13:51:32 +04:00 committed by GitHub
commit 47e72e0e0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -347,7 +347,11 @@ devices = \
'rock-4c-plus': { 'rock-4c-plus': {
'dtb': 'rk3399-rock-4c-plus.dtb', 'dtb': 'rk3399-rock-4c-plus.dtb',
'config': 'rock-4c-plus-rk3399_defconfig' 'config': 'rock-4c-plus-rk3399_defconfig'
}, },
'rock-4se': {
'dtb': 'rk3399-rock-4se.dtb',
'config': 'rock-4se-rk3399_defconfig'
},
'rock-pi-n10': { 'rock-pi-n10': {
'dtb': 'rk3399pro-rock-pi-n10.dtb', 'dtb': 'rk3399pro-rock-pi-n10.dtb',
'config': 'rock-pi-n10-rk3399pro_defconfig' 'config': 'rock-pi-n10-rk3399pro_defconfig'