svn commit: r253634 - head/sys/arm/conf

Rui Paulo rpaulo at FreeBSD.org
Thu Jul 25 03:31:28 UTC 2013


Author: rpaulo
Date: Thu Jul 25 03:31:27 2013
New Revision: 253634
URL: http://svnweb.freebsd.org/changeset/base/253634

Log:
  Enable modules for the BeagleBone and for the Raspberry Pi.

Modified:
  head/sys/arm/conf/BEAGLEBONE
  head/sys/arm/conf/RPI-B

Modified: head/sys/arm/conf/BEAGLEBONE
==============================================================================
--- head/sys/arm/conf/BEAGLEBONE	Thu Jul 25 02:48:01 2013	(r253633)
+++ head/sys/arm/conf/BEAGLEBONE	Thu Jul 25 03:31:27 2013	(r253634)
@@ -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

Modified: head/sys/arm/conf/RPI-B
==============================================================================
--- head/sys/arm/conf/RPI-B	Thu Jul 25 02:48:01 2013	(r253633)
+++ head/sys/arm/conf/RPI-B	Thu Jul 25 03:31:27 2013	(r253634)
@@ -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


More information about the svn-src-all mailing list