Add BPi M2 overlay prefix (#809)
This commit is contained in:
parent
13e94e58f0
commit
26a57a56ec
@ -2,6 +2,7 @@
|
||||
BOARD_NAME="Banana Pi M2"
|
||||
LINUXFAMILY="sun6i"
|
||||
BOOTCONFIG="Sinovoip_BPI_M2_defconfig"
|
||||
OVERLAY_PREFIX="sun6i-a31s"
|
||||
#
|
||||
MODULES_NEXT="brcmfmac bonding"
|
||||
#
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user