meson64.conf add le potato case bootscript

s905 and s905x bootloaders do not appear cross-compatible, still 2015.01.  Pointing to a blob.
This commit is contained in:
Tonymac32 2017-08-06 20:31:34 -04:00 committed by GitHub
parent 267da55f06
commit 9329dbed61

View File

@ -9,6 +9,12 @@ case $BOARD in
UBOOT_TARGET_MAP="u-boot-dtb.img;;$SRC/packages/blobs/meson/nanopi-k2-u-boot.bin:u-boot.bin u-boot-dtb.img"
HAS_UUID_SUPPORT=yes
;;
lepotato)
BOOTSCRIPT="boot-meson64.cmd:boot.cmd"
# we use binary uboot until compiler troubles are solved. u-boot.bin is the only need file
UBOOT_TARGET_MAP="u-boot-dtb.img;;$SRC/packages/blobs/meson/le-potato-u-boot.bin:u-boot.bin u-boot-dtb.img"
HAS_UUID_SUPPORT=yes
;;
esac
KERNELSOURCE='https://github.com/150balbes/Amlogic_s905-kernel'