Add BPi M2 overlay prefix (#809)

This commit is contained in:
zador-blood-stained 2017-10-27 16:43:08 +03:00
parent 13e94e58f0
commit 26a57a56ec
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
BOARD_NAME="Banana Pi M2"
LINUXFAMILY="sun6i"
BOOTCONFIG="Sinovoip_BPI_M2_defconfig"
OVERLAY_PREFIX="sun6i-a31s"
#
MODULES_NEXT="brcmfmac bonding"
#

View File

@ -1,6 +1,9 @@
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