mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
uboot_helper: Add missing crust_config for A64 boards
This commit is contained in:
parent
e68c57220f
commit
f7d920227a
@ -29,11 +29,13 @@ devices = \
|
||||
},
|
||||
'pine64': {
|
||||
'dtb': 'sun50i-a64-pine64.dtb',
|
||||
'config': 'pine64_plus_defconfig'
|
||||
'config': 'pine64_plus_defconfig',
|
||||
'crust_config': 'pine64_plus_defconfig'
|
||||
},
|
||||
'pine64-lts': {
|
||||
'dtb': 'sun50i-a64-pine64-lts.dtb',
|
||||
'config': 'pine64-lts_defconfig'
|
||||
'config': 'pine64-lts_defconfig',
|
||||
'crust_config': 'pine64_plus_defconfig'
|
||||
},
|
||||
'pine64-plus': {
|
||||
'dtb': 'sun50i-a64-pine64-plus.dtb',
|
||||
|
Loading…
x
Reference in New Issue
Block a user