Adjust Cubieboard4 .csc config

This commit is contained in:
Igor Pečovnik 2018-07-23 11:39:18 +00:00
parent 24dd085c37
commit f46abcedc8
2 changed files with 1 additions and 17 deletions

View File

@ -7,6 +7,6 @@ MODULES=""
MODULES_NEXT=""
BUILD_DESKTOP="no"
#
KERNEL_TARGET="dev"
KERNEL_TARGET="next"
CLI_TARGET=""
DESKTOP_TARGET=""

View File

@ -1,19 +1,3 @@
source "${BASH_SOURCE%/*}/sunxi_common.inc"
# Not yet in mainline branch
BOOTSOURCE='git://git.denx.de/u-boot-sunxi.git'
BOOTBRANCH='branch:sun9i-a80-spl'
BOOTDIR='u-boot'
# Not yet in mainline branch
case $BRANCH in
dev)
KERNELSOURCE='https://github.com/wens/linux'
KERNELBRANCH='branch:sunxi-next'
KERNELDIR='linux-sun9i-dev'
;;
esac
CPUMIN=480000
CPUMAX=1010000