Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2013 03:31:27 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r253634 - head/sys/arm/conf
Message-ID:  <201307250331.r6P3VRPn045820@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307250331.r6P3VRPn045820>