mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Fix the amlogic tvbox build's extlinux.conf to use uImage for the kernel (#4509)
image file instead of Image as some of the included uboot files do not support the Image format and require the uImage. Changes to be committed: modified: packages/bsp/aml-s9xx-box/boot/extlinux/extlinux.conf
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
LABEL Armbian
|
||||
LINUX /Image
|
||||
LINUX /uImage
|
||||
INITRD /uInitrd
|
||||
|
||||
#FDT /dtb/amlogic/meson-gxbb-p200.dtb
|
||||
|
||||
Reference in New Issue
Block a user