mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
uboot_helper: Add crust_config to some boards
This commit is contained in:
parent
e26059dd6e
commit
eb02a6365c
@ -52,19 +52,23 @@ devices = \
|
|||||||
'H3': {
|
'H3': {
|
||||||
'bananapi-m2p': {
|
'bananapi-m2p': {
|
||||||
'dtb': 'sun8i-h3-bananapi-m2-plus.dtb',
|
'dtb': 'sun8i-h3-bananapi-m2-plus.dtb',
|
||||||
'config': 'bananapi_m2_plus_h3_defconfig'
|
'config': 'bananapi_m2_plus_h3_defconfig',
|
||||||
|
'crust_config': 'bananapi_m2_plus_h3_defconfig'
|
||||||
},
|
},
|
||||||
'beelink-x2': {
|
'beelink-x2': {
|
||||||
'dtb': 'sun8i-h3-beelink-x2.dtb',
|
'dtb': 'sun8i-h3-beelink-x2.dtb',
|
||||||
'config': 'beelink_x2_defconfig'
|
'config': 'beelink_x2_defconfig',
|
||||||
|
'crust_config': 'beelink_x2_defconfig'
|
||||||
},
|
},
|
||||||
'libretech-h3': {
|
'libretech-h3': {
|
||||||
'dtb': 'sun8i-h3-libretech-all-h3-cc.dtb',
|
'dtb': 'sun8i-h3-libretech-all-h3-cc.dtb',
|
||||||
'config': 'libretech_all_h3_cc_h3_defconfig'
|
'config': 'libretech_all_h3_cc_h3_defconfig',
|
||||||
|
'crust_config': 'libretech_all_h3_cc_h3_defconfig',
|
||||||
},
|
},
|
||||||
'nanopi-m1': {
|
'nanopi-m1': {
|
||||||
'dtb': 'sun8i-h3-nanopi-m1.dtb',
|
'dtb': 'sun8i-h3-nanopi-m1.dtb',
|
||||||
'config': 'nanopi_m1_defconfig'
|
'config': 'nanopi_m1_defconfig',
|
||||||
|
'crust_config': 'nanopi_m1_defconfig'
|
||||||
},
|
},
|
||||||
'orangepi-2': {
|
'orangepi-2': {
|
||||||
'dtb': 'sun8i-h3-orangepi-2.dtb',
|
'dtb': 'sun8i-h3-orangepi-2.dtb',
|
||||||
@ -100,7 +104,8 @@ devices = \
|
|||||||
},
|
},
|
||||||
'tritium-h5': {
|
'tritium-h5': {
|
||||||
'dtb': 'sun50i-h5-libretech-all-h3-cc.dtb',
|
'dtb': 'sun50i-h5-libretech-all-h3-cc.dtb',
|
||||||
'config': 'libretech_all_h3_cc_h5_defconfig'
|
'config': 'libretech_all_h3_cc_h5_defconfig',
|
||||||
|
'crust_config': 'libretech_all_h3_cc_h5_defconfig'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'H6': {
|
'H6': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user