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:
parent
5d694426c4
commit
362219083f
6
config/boards/bananapim2.eos
Normal file
6
config/boards/bananapim2.eos
Normal 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"
|
||||
4
config/sources/families/sun6i.conf
Normal file
4
config/sources/families/sun6i.conf
Normal file
@ -0,0 +1,4 @@
|
||||
source "${BASH_SOURCE%/*}/include/sunxi_common.inc"
|
||||
OVERLAY_PREFIX='sun6i-a31s'
|
||||
[[ -z $CPUMIN ]] && CPUMIN=480000
|
||||
[[ -z $CPUMAX ]] && CPUMAX=1010000
|
||||
Loading…
Reference in New Issue
Block a user