After compiling u-boot, copy u-boot.bin to U-boot.fex for sun50iw9

This commit is contained in:
leeboby 2020-11-20 18:33:07 +08:00
parent aa2b0f1488
commit beca361a80
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ case $BRANCH in
KERNELBRANCH="branch:orange-pi-4.9-sun50iw9" KERNELBRANCH="branch:orange-pi-4.9-sun50iw9"
KERNELPATCHDIR=${BOARDFAMILY}-${BRANCH} KERNELPATCHDIR=${BOARDFAMILY}-${BRANCH}
BOOTBRANCH='branch:v2018.05-sun50iw9' 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_COMPILER="arm-linux-gnueabi-"
UBOOT_USE_GCC='> 6.0' UBOOT_USE_GCC='> 6.0'
BOOTENV_FILE=sun50iw9-default.txt BOOTENV_FILE=sun50iw9-default.txt