After compiling u-boot, copy u-boot.bin to U-boot.fex for sun50iw9
This commit is contained in:
parent
aa2b0f1488
commit
beca361a80
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue