Remove the need for board specific std files on aml8726 by moving the

options they set to the main kernel config.
This commit is contained in:
Andrew Turner 2015-04-23 20:53:29 +00:00
parent 4ca6cef0b5
commit 442938a94f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281905
4 changed files with 6 additions and 16 deletions

View File

@ -1,7 +0,0 @@
# $FreeBSD$
include "../amlogic/aml8726/std.aml8726"
makeoptions FDT_DTS_FILE=odroidc1.dts
options SMP # Enable multiple cores

View File

@ -1,7 +0,0 @@
# $FreeBSD$
include "../amlogic/aml8726/std.aml8726"
makeoptions FDT_DTS_FILE=vsatv102-m6.dts
options SMP # Enable multiple cores

View File

@ -19,7 +19,7 @@
ident ODROIDC1
include "../amlogic/aml8726/std.odroidc1"
include "../amlogic/aml8726/std.aml8726"
options HZ=100
options SCHED_ULE # ULE scheduler
@ -56,6 +56,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
options LINUX_BOOT_ABI
options VFP # Enable floating point hardware support
options SMP # Enable multiple cores
# Debugging
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
@ -141,3 +142,4 @@ device axe # ASIX Electronics USB Ethernet
# Flattened Device Tree
options FDT # Configure using FDT/DTB data
options FDT_DTB_STATIC
makeoptions FDT_DTS_FILE=odroidc1.dts

View File

@ -19,7 +19,7 @@
ident ODROIDC1
include "../amlogic/aml8726/std.vsatv102-m6"
include "../amlogic/aml8726/std.aml8726"
options HZ=100
options SCHED_ULE # ULE scheduler
@ -56,6 +56,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
options LINUX_BOOT_ABI
options VFP # Enable floating point hardware support
options SMP # Enable multiple cores
# Debugging
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
@ -141,3 +142,4 @@ device axe # ASIX Electronics USB Ethernet
# Flattened Device Tree
options FDT # Configure using FDT/DTB data
options FDT_DTB_STATIC
makeoptions FDT_DTS_FILE=vsatv102-m6.dts