Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2014 19:34:44 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266451 - head/sys/mips/conf
Message-ID:  <201405191934.s4JJYiOA080250@svn.freebsd.org>

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



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