mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
uboot_helper: fix config files names for RK3399 and RK3288
This commit is contained in:
parent
9a3ba922db
commit
071cc4cee1
@ -241,11 +241,11 @@ devices = \
|
||||
'RK3288': {
|
||||
'miqi': {
|
||||
'dtb': 'rk3288-miqi.dtb',
|
||||
'config': 'miqi-rk3288_config'
|
||||
'config': 'miqi-rk3288_defconfig'
|
||||
},
|
||||
'tinker': {
|
||||
'dtb': 'rk3288-tinker-s.dtb',
|
||||
'config': 'tinker-rk3288_config'
|
||||
'config': 'tinker-rk3288_defconfig'
|
||||
},
|
||||
},
|
||||
'RK3328': {
|
||||
@ -265,63 +265,63 @@ devices = \
|
||||
'RK3399': {
|
||||
'firefly': {
|
||||
'dtb': 'rk3399-firefly.dtb',
|
||||
'config': 'evb-rk3399_config'
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
},
|
||||
'hugsun-x99': {
|
||||
'dtb': 'rk3399-hugsun-x99.dtb',
|
||||
'config': 'evb-rk3399_config'
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
},
|
||||
'khadas-edge': {
|
||||
'dtb': 'rk3399-khadas-edge.dtb',
|
||||
'config': 'evb-rk3399_config'
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
},
|
||||
'khadas-edge-v': {
|
||||
'dtb': 'rk3399-khadas-edge-v.dtb',
|
||||
'config': 'evb-rk3399_config'
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
},
|
||||
'nanopc-t4': {
|
||||
'dtb': 'rk3399-nanopc-t4.dtb',
|
||||
'config': 'evb-rk3399_config'
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
},
|
||||
'nanopi-m4': {
|
||||
'dtb': 'rk3399-nanopi-m4.dtb',
|
||||
'config': 'evb-rk3399_config'
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
},
|
||||
'nanopi-neo4': {
|
||||
'dtb': 'rk3399-nanopi-neo4.dtb',
|
||||
'config': 'evb-rk3399_config'
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
},
|
||||
'orangepi': {
|
||||
'dtb': 'rk3399-orangepi.dtb',
|
||||
'config': 'evb-rk3399_config'
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
},
|
||||
'rock960': {
|
||||
'dtb': 'rk3399-rock960.dtb',
|
||||
'config': 'evb-rk3399_config'
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
},
|
||||
'rock-pi-4a': {
|
||||
'dtb': 'rk3399-rock-pi-4a.dtb',
|
||||
'config': 'evb-rk3399_config'
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
},
|
||||
'rock-pi-4b': {
|
||||
'dtb': 'rk3399-rock-pi-4b.dtb',
|
||||
'config': 'evb-rk3399_config'
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
},
|
||||
'rock-pi-4c': {
|
||||
'dtb': 'rk3399-rock-pi-4c.dtb',
|
||||
'config': 'evb-rk3399_config'
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
},
|
||||
'rockpro64': {
|
||||
'dtb': 'rk3399-rockpro64.dtb',
|
||||
'config': 'evb-rk3399_config'
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
},
|
||||
'roc-pc': {
|
||||
'dtb': 'rk3399-roc-pc.dtb',
|
||||
'config': 'evb-rk3399_config'
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
},
|
||||
'sapphire': {
|
||||
'dtb': 'rk3399-sapphire.dtb',
|
||||
'config': 'evb-rk3399_config'
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user