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'