From b1bf7f7806bbe60761d66ff119461f872388518b Mon Sep 17 00:00:00 2001 From: loos Date: Sun, 30 Aug 2015 15:38:41 +0000 Subject: [PATCH] In preparation to support other A20 based boards, rename the CUBIEBOARD2 kernel configuration to A20. There are other boards (namely the banana pi) that use exactly the same devices. Additionally, we are moving from static FDT support (DTB compiled in-kernel) to DTB passed to kernel by the boot loader (ubldr). The u-boot for these boards are already available on ports and as the crochet support for these boards isn't committed yet, this should not bring any issues. Discussed with: ian --- sys/arm/conf/{CUBIEBOARD2 => A20} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename sys/arm/conf/{CUBIEBOARD2 => A20} (93%) diff --git a/sys/arm/conf/CUBIEBOARD2 b/sys/arm/conf/A20 similarity index 93% rename from sys/arm/conf/CUBIEBOARD2 rename to sys/arm/conf/A20 index 533072559c30..f1b81ad36089 100644 --- a/sys/arm/conf/CUBIEBOARD2 +++ b/sys/arm/conf/A20 @@ -1,6 +1,5 @@ # -# CUBIEBOARD2 -- Custom configuration for the CUBIEBOARD2 ARM development -# platform, check out http://www.cubieboard.org +# A20 -- Custom configuration for the Allwinner A20 ARM SoC # # For more information on this file, please read the config(5) manual page, # and/or the handbook section on Kernel Configuration Files: @@ -19,7 +18,7 @@ # # $FreeBSD$ -ident CUBIEBOARD2 +ident A20 include "std.armv6" include "../allwinner/a20/std.a20" @@ -109,6 +108,4 @@ device miibus # Flattened Device Tree options FDT # Configure using FDT/DTB data -options FDT_DTB_STATIC -makeoptions FDT_DTS_FILE=cubieboard2.dts makeoptions MODULES_EXTRA=dtb/allwinner