From 9329dbed6193e3eb1b6f47e36b62a99985b9fcaf Mon Sep 17 00:00:00 2001 From: Tonymac32 Date: Sun, 6 Aug 2017 20:31:34 -0400 Subject: [PATCH] meson64.conf add le potato case bootscript s905 and s905x bootloaders do not appear cross-compatible, still 2015.01. Pointing to a blob. --- config/sources/meson64.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/sources/meson64.conf b/config/sources/meson64.conf index f374e6bca6..3cb9aedfad 100644 --- a/config/sources/meson64.conf +++ b/config/sources/meson64.conf @@ -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'