mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
scripts: update devices in uboot_helper
This commit is contained in:
parent
bf12b470e1
commit
f7812aaf95
@ -159,6 +159,14 @@ devices = \
|
||||
'dtb': '',
|
||||
'config': 'p212_defconfig'
|
||||
},
|
||||
'bananapi-m5': {
|
||||
'dtb': 'meson-sm1-bananapi-m5.dtb',
|
||||
'config': 'odroid-c4_defconfig'
|
||||
},
|
||||
'beelink-s922x': {
|
||||
'dtb': 'meson-g12b-gtking.dtb',
|
||||
'config': 'beelink-gtking_defconfig'
|
||||
},
|
||||
'khadas-vim': {
|
||||
'dtb': 'meson-gxl-s905x-khadas-vim.dtb',
|
||||
'config': 'khadas-vim_defconfig'
|
||||
@ -197,12 +205,28 @@ devices = \
|
||||
},
|
||||
'odroid-hc4': {
|
||||
'dtb': 'meson-sm1-odroid-hc4.dtb',
|
||||
'config': 'odroid-c4_defconfig'
|
||||
'config': 'odroid-hc4_defconfig'
|
||||
},
|
||||
'odroid-n2': {
|
||||
'dtb': 'meson-g12b-odroid-n2.dtb',
|
||||
'config': 'odroid-n2_defconfig'
|
||||
},
|
||||
'radxa-zero': {
|
||||
'dtb': 'meson-g12a-radxa-zero.dtb',
|
||||
'config': 'radxa-zero_defconfig'
|
||||
},
|
||||
'wetek-core2': {
|
||||
'dtb': 'meson-gxm-wetek-core2.dtb',
|
||||
'config': 'wetek-core2_defconfig'
|
||||
},
|
||||
'wetek-hub': {
|
||||
'dtb': 'meson-gxbb-wetek-hub.dtb',
|
||||
'config': 'wetek-hub_defconfig'
|
||||
},
|
||||
'wetek-play2': {
|
||||
'dtb': 'meson-gxbb-wetek-play2.dtb',
|
||||
'config': 'wetek-play2_defconfig'
|
||||
},
|
||||
},
|
||||
},
|
||||
'NXP': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user