summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2013-07-25 03:31:27 +0000
committerrpaulo <rpaulo@FreeBSD.org>2013-07-25 03:31:27 +0000
commitd1b019eee74ebc47645a57f4d5012484d7c1478e (patch)
tree8778d8d248c4aeca265d5ee0098f3656af58943a
parent1e215bb36e038455f226d5d42034154b4ea01d0e (diff)
downloadFreeBSD-src-d1b019eee74ebc47645a57f4d5012484d7c1478e.zip
FreeBSD-src-d1b019eee74ebc47645a57f4d5012484d7c1478e.tar.gz
Enable modules for the BeagleBone and for the Raspberry Pi.
-rw-r--r--sys/arm/conf/BEAGLEBONE3
-rw-r--r--sys/arm/conf/RPI-B1
2 files changed, 1 insertions, 3 deletions
diff --git a/sys/arm/conf/BEAGLEBONE b/sys/arm/conf/BEAGLEBONE
index f6fe35e..f2825ae 100644
--- a/sys/arm/conf/BEAGLEBONE
+++ b/sys/arm/conf/BEAGLEBONE
@@ -24,7 +24,6 @@ ident BEAGLEBONE
include "../ti/am335x/std.beaglebone"
-makeoptions MODULES_OVERRIDE=""
makeoptions WITHOUT_MODULES="ahc"
options HZ=100
@@ -82,7 +81,7 @@ device mmc # mmc/sd bus
device mmcsd # mmc/sd flash cards
# Boot device is 2nd slice on MMC/SD card
-options ROOTDEVNAME=\"ufs:mmcsd0s2\"
+options ROOTDEVNAME=\"ufs:mmcsd1s2\"
# Console and misc
device uart
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index 474f6a9..251bf55 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -20,7 +20,6 @@
ident RPI-B
include "../broadcom/bcm2835/std.rpi"
-makeoptions MODULES_OVERRIDE=""
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
options HZ=100
OpenPOWER on IntegriCloud