17 lines
362 B
Plaintext
17 lines
362 B
Plaintext
|
|
source "${BASH_SOURCE%/*}/sunxi_common.inc"
|
|
|
|
# though currently the only supported sun6i device is BPi M2
|
|
# A31 and A31s have significant pinctrl differences so not setting OVERLAY_PREFIX here
|
|
|
|
case $BRANCH in
|
|
dev)
|
|
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
|
|
KERNELBRANCH='branch:linux-4.17.y'
|
|
KERNELDIR=$MAINLINE_KERNEL_DIR
|
|
;;
|
|
esac
|
|
|
|
CPUMIN=480000
|
|
CPUMAX=1010000
|