summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-06-06 19:15:48 +0000
committerian <ian@FreeBSD.org>2015-06-06 19:15:48 +0000
commit72a6278f84b1d018faa32a7e51889d06880eeba9 (patch)
treed080d3c5fb9c2cf509bcdbb9ec7ed6787fbd92ff /sys/arm
parent98d314ee2c13e297598a711a834c1cab13641c5d (diff)
downloadFreeBSD-src-72a6278f84b1d018faa32a7e51889d06880eeba9.zip
FreeBSD-src-72a6278f84b1d018faa32a7e51889d06880eeba9.tar.gz
MFC r279824, r279827, r279825:
Add a dtb module for AM335x systems (just Beaglebone right now). Remove the static DTB config and instead build modules/dtb/am335x. Also, remove WITHOUT_MODULES="ahc" which was added long ago to work around build problems that have long since been fixed correctly. Revert accidentally commited modules/Makefile file from r279824.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/BEAGLEBONE4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arm/conf/BEAGLEBONE b/sys/arm/conf/BEAGLEBONE
index 822630d..d6c9e65 100644
--- a/sys/arm/conf/BEAGLEBONE
+++ b/sys/arm/conf/BEAGLEBONE
@@ -25,7 +25,7 @@ ident BEAGLEBONE
include "../ti/am335x/std.am335x"
-makeoptions WITHOUT_MODULES="ahc"
+makeoptions MODULES_EXTRA="dtb/am335x"
options HZ=100
options SCHED_4BSD # 4BSD scheduler
@@ -158,5 +158,3 @@ device usfs
# Flattened Device Tree
options FDT # Configure using FDT/DTB data
-options FDT_DTB_STATIC
-makeoptions FDT_DTS_FILE=beaglebone.dts
OpenPOWER on IntegriCloud