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

Warner Losh imp at FreeBSD.org
Thu Nov 12 17:46:58 UTC 2015


Author: imp
Date: Thu Nov 12 17:46:57 2015
New Revision: 290722
URL: https://svnweb.freebsd.org/changeset/base/290722

Log:
  Move the root to s3a given this kernel will be used with a nanobsd
  build that defaults there.

Modified:
  head/sys/arm/conf/SAM9260EK

Modified: head/sys/arm/conf/SAM9260EK
==============================================================================
--- head/sys/arm/conf/SAM9260EK	Thu Nov 12 17:23:31 2015	(r290721)
+++ head/sys/arm/conf/SAM9260EK	Thu Nov 12 17:46:57 2015	(r290722)
@@ -105,7 +105,7 @@ options 	PRINTF_BUFR_SIZE=128	# Prevent 
 
 # alternatively, boot from a MMC/SD memory card
 # s1 is FAT on this platform.
-options 	ROOTDEVNAME=\"ufs:/dev/mmcsd0s2a\"
+options 	ROOTDEVNAME=\"ufs:/dev/mmcsd0s3a\"
 
 # Alternatively, boot from a USB card.
 #options 	ROOTDEVNAME=\"ufs:/dev/da0s1a\"


More information about the svn-src-all mailing list