svn commit: r266451 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Mon May 19 19:34:44 UTC 2014


Author: adrian
Date: Mon May 19 19:34:44 2014
New Revision: 266451
URL: http://svnweb.freebsd.org/changeset/base/266451

Log:
  Let's just use the mib0 partition for our configurations pace. It's
  a convenient thing.
  
  tested:
  
  * AP93

Modified:
  head/sys/mips/conf/AP93.hints

Modified: head/sys/mips/conf/AP93.hints
==============================================================================
--- head/sys/mips/conf/AP93.hints	Mon May 19 19:08:46 2014	(r266450)
+++ head/sys/mips/conf/AP93.hints	Mon May 19 19:34:44 2014	(r266451)
@@ -121,8 +121,9 @@ hint.map.3.readonly=1
 hint.map.4.at="flash/spi0"
 hint.map.4.start=0x00880000
 hint.map.4.end=0x00890000
-hint.map.4.name="mib0"
-hint.map.4.readonly=1
+# hint.map.4.name="mib0"
+hint.map.4.name="cfg"
+# hint.map.4.readonly=1
 
 hint.map.5.at="flash/spi0"
 hint.map.5.start=0x00890000


More information about the svn-src-all mailing list