change U-Boot to v2020.10 for sunxi/sunxi64
This commit is contained in:
parent
c1fed5cc4f
commit
815f96c2d1
@ -1,6 +1,7 @@
|
||||
ARCH=arm64
|
||||
ATF_TARGET_MAP="PLAT=$ATF_PLAT DEBUG=1 bl31;;build/$ATF_PLAT/debug/bl31.bin"
|
||||
BOOTDELAY=1
|
||||
BOOTBRANCH='tag:v2020.10'
|
||||
BOOTPATCHDIR='u-boot-sunxi'
|
||||
BOOTENV_FILE='sunxi.txt'
|
||||
UBOOT_TARGET_MAP=';;spl/sunxi-spl.bin u-boot.itb'
|
||||
@ -29,7 +30,6 @@ case $BRANCH in
|
||||
KERNELSOURCE="https://github.com/megous/linux"
|
||||
KERNELBRANCH="branch:orange-pi-5.9"
|
||||
KERNELPATCHDIR='sunxi-'$BRANCH
|
||||
BOOTBRANCH='tag:v2020.07'
|
||||
|
||||
;;
|
||||
esac
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
ARCH=armhf
|
||||
BOOTDELAY=1
|
||||
BOOTBRANCH='tag:v2020.10'
|
||||
BOOTPATCHDIR='u-boot-sunxi'
|
||||
UBOOT_TARGET_MAP=';;u-boot-sunxi-with-spl.bin'
|
||||
BOOTSCRIPT="boot-sunxi.cmd:boot.cmd"
|
||||
@ -31,7 +32,6 @@ case $BRANCH in
|
||||
KERNELSOURCE="https://github.com/megous/linux"
|
||||
KERNELBRANCH="branch:orange-pi-5.9"
|
||||
KERNELPATCHDIR='sunxi-'$BRANCH
|
||||
BOOTBRANCH='tag:v2020.07'
|
||||
|
||||
;;
|
||||
esac
|
||||
|
||||
Loading…
Reference in New Issue
Block a user