summaryrefslogtreecommitdiffstats
path: root/release/arm
diff options
context:
space:
mode:
authorjmcneill <jmcneill@FreeBSD.org>2016-04-21 16:49:04 +0000
committerjmcneill <jmcneill@FreeBSD.org>2016-04-21 16:49:04 +0000
commitc253d598f3865b355a1db4e309624c779e9ed186 (patch)
treecf73e4e6c54998fef470c5a975c9d7c23884d6c5 /release/arm
parent4ce3b8fcffb6da6e46855dd89507e97b7c87873d (diff)
downloadFreeBSD-src-c253d598f3865b355a1db4e309624c779e9ed186.zip
FreeBSD-src-c253d598f3865b355a1db4e309624c779e9ed186.tar.gz
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
Diffstat (limited to 'release/arm')
-rw-r--r--release/arm/BANANAPI.conf2
-rw-r--r--release/arm/CUBIEBOARD2.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/release/arm/BANANAPI.conf b/release/arm/BANANAPI.conf
index 15994f4..5da9f38 100644
--- a/release/arm/BANANAPI.conf
+++ b/release/arm/BANANAPI.conf
@@ -7,7 +7,7 @@ EMBEDDEDBUILD=1
EMBEDDED_TARGET="arm"
EMBEDDED_TARGET_ARCH="armv6"
EMBEDDEDPORTS="sysutils/u-boot-bananapi"
-KERNEL="A20"
+KERNEL="ALLWINNER"
WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x42000000"
IMAGE_SIZE="1G"
PART_SCHEME="MBR"
diff --git a/release/arm/CUBIEBOARD2.conf b/release/arm/CUBIEBOARD2.conf
index 6b5a4ac..e7cfab6 100644
--- a/release/arm/CUBIEBOARD2.conf
+++ b/release/arm/CUBIEBOARD2.conf
@@ -7,7 +7,7 @@ EMBEDDEDBUILD=1
EMBEDDED_TARGET="arm"
EMBEDDED_TARGET_ARCH="armv6"
EMBEDDEDPORTS="sysutils/u-boot-cubieboard2"
-KERNEL="A20"
+KERNEL="ALLWINNER"
WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x42000000"
IMAGE_SIZE="1G"
PART_SCHEME="MBR"
OpenPOWER on IntegriCloud