aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorJared McNeill <jmcneill@FreeBSD.org>2016-04-21 16:49:04 +0000
committerJared McNeill <jmcneill@FreeBSD.org>2016-04-21 16:49:04 +0000
commit473bbf691b4bafa301d3c758f75f34fdead0ba22 (patch)
treecf73e4e6c54998fef470c5a975c9d7c23884d6c5 /sys/modules
parent40cf3344dce59cb6ee8999db7651ca664830bab9 (diff)
downloadsrc-473bbf691b4bafa301d3c758f75f34fdead0ba22.tar.gz
src-473bbf691b4bafa301d3c758f75f34fdead0ba22.zip
Replace the A20 kernel config with a generic ALLWINNER kernel config that
supports A20, A31, and A31S. Adds support for the BananaPi M2 (A31S) board. Submitted by: Emmanuel Vadot <manu@bidouilliste.com> Reviewed by: jmcneill Differential Revision: https://reviews.freebsd.org/D5580
Notes
Notes: svn path=/head/; revision=298422
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/dtb/allwinner/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/dtb/allwinner/Makefile b/sys/modules/dtb/allwinner/Makefile
index 80ac333d2f15..24f923bb80e5 100644
--- a/sys/modules/dtb/allwinner/Makefile
+++ b/sys/modules/dtb/allwinner/Makefile
@@ -2,6 +2,7 @@
# All the dts files for allwinner systems we support.
DTS= \
bananapi.dts \
+ bananapim2.dts \
cubieboard.dts \
cubieboard2.dts \
olimex-a20-som-evb.dts \