mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Amlogic: mkimage: do not configure extlinux for box
This commit is contained in:
parent
5045ba2274
commit
dc8a2e1783
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
. config/options ""
|
. config/options ""
|
||||||
|
|
||||||
DTB="$(${SCRIPTS}/uboot_helper ${PROJECT} ${DEVICE} ${UBOOT_SYSTEM} dtb)"
|
|
||||||
|
|
||||||
mkimage_uboot(){
|
mkimage_uboot(){
|
||||||
echo "image: writing u-boot to $(basename $DISK)"
|
echo "image: writing u-boot to $(basename $DISK)"
|
||||||
dd if="$INSTALL/usr/share/bootloader/u-boot.bin.sd.bin" of="$DISK" conv=fsync,notrunc bs=1 count=444 >"$SAVE_ERROR" 2>&1 || show_error
|
dd if="$INSTALL/usr/share/bootloader/u-boot.bin.sd.bin" of="$DISK" conv=fsync,notrunc bs=1 count=444 >"$SAVE_ERROR" 2>&1 || show_error
|
||||||
|
@ -133,7 +133,7 @@ devices = \
|
|||||||
'Amlogic': {
|
'Amlogic': {
|
||||||
'AMLGX': {
|
'AMLGX': {
|
||||||
'box': {
|
'box': {
|
||||||
'dtb': 'meson-gxl-s905x-p212.dtb',
|
'dtb': '',
|
||||||
'config': 'p212_defconfig'
|
'config': 'p212_defconfig'
|
||||||
},
|
},
|
||||||
'lepotato': {
|
'lepotato': {
|
||||||
@ -151,7 +151,7 @@ devices = \
|
|||||||
},
|
},
|
||||||
'AMLG12': {
|
'AMLG12': {
|
||||||
'box': {
|
'box': {
|
||||||
'dtb': 'meson-g12a-x96max.dtb',
|
'dtb': '',
|
||||||
'config': 'p212_defconfig'
|
'config': 'p212_defconfig'
|
||||||
},
|
},
|
||||||
'odroid-n2': {
|
'odroid-n2': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user