Re-add EOS BPi M2 target that fell out. It builds but no device or time to test

https://twitter.com/6LR61/status/1308392752116363265
This commit is contained in:
Igor Pecovnik 2020-09-22 19:02:24 +02:00
parent 5d694426c4
commit 362219083f
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# A31s quad core 1Gb SoC Wifi
BOARD_NAME="Banana Pi M2"
BOARDFAMILY="sun6i"
BOOTCONFIG="Sinovoip_BPI_M2_defconfig"
OVERLAY_PREFIX="sun6i-a31s"
KERNEL_TARGET="legacy,current"

View File

@ -0,0 +1,4 @@
source "${BASH_SOURCE%/*}/include/sunxi_common.inc"
OVERLAY_PREFIX='sun6i-a31s'
[[ -z $CPUMIN ]] && CPUMIN=480000
[[ -z $CPUMAX ]] && CPUMAX=1010000