From beca361a80f7c9e7484fd79a3a4449d89de77bf4 Mon Sep 17 00:00:00 2001 From: leeboby Date: Fri, 20 Nov 2020 18:33:07 +0800 Subject: [PATCH] After compiling u-boot, copy u-boot.bin to U-boot.fex for sun50iw9 --- external/config/sources/families/sun50iw9.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/config/sources/families/sun50iw9.conf b/external/config/sources/families/sun50iw9.conf index 581ff736c7b3..34465fe72747 100644 --- a/external/config/sources/families/sun50iw9.conf +++ b/external/config/sources/families/sun50iw9.conf @@ -12,7 +12,7 @@ case $BRANCH in KERNELBRANCH="branch:orange-pi-4.9-sun50iw9" KERNELPATCHDIR=${BOARDFAMILY}-${BRANCH} BOOTBRANCH='branch:v2018.05-sun50iw9' - UBOOT_TARGET_MAP='u-boot.bin;;' + UBOOT_TARGET_MAP=';;u-boot.bin:u-boot.fex' UBOOT_COMPILER="arm-linux-gnueabi-" UBOOT_USE_GCC='> 6.0' BOOTENV_FILE=sun50iw9-default.txt