sun50iw6: current: Bump u-boot to v2021.10

This commit is contained in:
orangepi-xunlong
2022-04-08 20:07:16 +08:00
parent 669bf6d113
commit 80d232ca20
2 changed files with 5 additions and 1 deletions

View File

@@ -1,9 +1,10 @@
enable_extension "sunxi-tools"
ARCH=arm64
ATF_TARGET_MAP="PLAT=$ATF_PLAT DEBUG=1 bl31;;build/$ATF_PLAT/debug/bl31.bin"
BOOTDELAY=1
BOOTPATCHDIR='u-boot-sunxi'
BOOTENV_FILE='sunxi.txt'
UBOOT_TARGET_MAP=';;spl/sunxi-spl.bin u-boot.itb'
UBOOT_TARGET_MAP=';;u-boot-sunxi-with-spl.bin'
BOOTSCRIPT='boot-sun50i-next.cmd:boot.cmd'
LINUXFAMILY=sunxi64
PACKAGE_LIST_DESKTOP_FAMILY="fcitx fonts-wqy-zenhei"

View File

@@ -37,10 +37,13 @@ case $BRANCH in
ASOUND_STATE='asound.state.sun50iw6-current'
KERNELBRANCH="branch:orange-pi-5.10"
LINUXCONFIG="linux-5.10-sunxi64-current"
;;
next)
BOOTBRANCH='branch:v2021.10-sunxi'
ASOUND_STATE='asound.state.sun50iw6-current'
KERNELBRANCH="branch:orange-pi-5.16-sunxi64"
LINUXCONFIG="linux-5.16-sunxi64-current"