change uboot name

This commit is contained in:
Qubot 2023-10-22 22:22:32 +08:00
parent 6fc85be242
commit 503216ae89
3 changed files with 5 additions and 5 deletions

View File

@ -38,11 +38,11 @@ fi
[[ $ATF_COMPILE != "no" && -z $ATF_USE_GCC ]] && ATF_USE_GCC='> 8.0'
[[ -z $UBOOT_USE_GCC ]] && UBOOT_USE_GCC='> 8.0'
[[ -z $BOOTSOURCE ]] && BOOTSOURCE="${GIT_SERVER}/u-boot-orangepi.git"
[[ -z $BOOTSOURCE ]] && BOOTSOURCE="${GIT_SERVER}/u-boot-bananapi.git"
[[ -z $BOOTDIR ]] && BOOTDIR="${SRC}/u-boot"
[[ -z $BOOTBRANCH ]] && BOOTBRANCH='branch:v2020.04'
[[ -z $KERNEL_USE_GCC ]] && KERNEL_USE_GCC='> 8.0'
[[ -z $KERNELDIR ]] && KERNELDIR="${SRC}/kernel"
[[ -z $KERNELSOURCE ]] && KERNELSOURCE="${GIT_SERVER}/linux-orangepi.git"
[[ -z $KERNELSOURCE ]] && KERNELSOURCE="${GIT_SERVER}/linux-bananapi.git"
[[ -z $KERNELBRANCH ]] && KERNELBRANCH='branch:orange-pi-5.4'

View File

@ -16,7 +16,7 @@ GIT_SERVER="http://10.10.10.106:10000/Qubot"
[[ -z $UBOOT_COMPILER ]] && UBOOT_COMPILER="arm-none-linux-gnueabihf-"
[[ -z $UBOOT_USE_GCC ]] && UBOOT_USE_GCC='> 8.0'
[[ -z $BOOTSOURCE ]] && BOOTSOURCE="${GIT_SERVER}/u-boot-orangepi.git"
[[ -z $BOOTSOURCE ]] && BOOTSOURCE="${GIT_SERVER}/u-boot-bananapi.git"
[[ -z $BOOTDIR ]] && BOOTDIR="${SRC}/u-boot"
[[ -z $BOOTBRANCH ]] && BOOTBRANCH='branch:v2020.04'

View File

@ -97,10 +97,10 @@ MAINLINE_KERNEL_DIR="$SRC/kernel"
case $UBOOT_MIRROR in
gitee)
MAINLINE_UBOOT_SOURCE='http://10.10.10.106:10000/Qubot/u-boot-orangepi.git'
MAINLINE_UBOOT_SOURCE='http://10.10.10.106:10000/Qubot/u-boot-bananapi.git'
;;
github)
MAINLINE_UBOOT_SOURCE='http://10.10.10.106:10000/Qubot/u-boot-orangepi.git'
MAINLINE_UBOOT_SOURCE='http://10.10.10.106:10000/Qubot/u-boot-bananapi.git'
;;
*)
MAINLINE_UBOOT_SOURCE='https://source.denx.de/u-boot/u-boot.git'