20 lines
374 B
Plaintext
20 lines
374 B
Plaintext
|
|
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
|