Small fixes
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
parent
e7702e0ed4
commit
b9730fe0e2
@ -5,7 +5,7 @@ UBOOT_TARGET_MAP="all u-boot.itb;;u-boot-rk322x-with-spl.bin"
|
||||
UBOOT_USE_GCC='< 9.0'
|
||||
BOOTDELAY=0
|
||||
BOOTBRANCH='tag:v2020.04'
|
||||
|
||||
ARCH=armhf
|
||||
SERIALCON=ttyS2
|
||||
|
||||
case $BRANCH in
|
||||
|
||||
@ -343,7 +343,7 @@ function build_all()
|
||||
display_alert "BSP for ${BOARD} ${BRANCH} ${RELEASE}."
|
||||
if [[ $IGNORE_HASH == yes ]]; then
|
||||
build_main &
|
||||
sleep 0.1
|
||||
sleep 0.5
|
||||
else
|
||||
build_main
|
||||
fi
|
||||
@ -427,3 +427,4 @@ fi
|
||||
buildall_end=$(date +%s)
|
||||
buildall_runtime=$(((buildall_end - buildall_start) / 60))
|
||||
display_alert "Runtime in total" "$buildall_runtime min" "info"
|
||||
echo $n > ${SRC}/.tmp/n
|
||||
|
||||
Loading…
Reference in New Issue
Block a user