mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
uboot_helper: Add missing crust_config for A64 boards
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user