Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2013 08:42:21 +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: r252691 - head/sys/mips/conf
Message-ID:  <201307040842.r648gLvm026156@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Thu Jul  4 08:42:20 2013
New Revision: 252691
URL: http://svnweb.freebsd.org/changeset/base/252691

Log:
  Oops - fix bad hint numbering for the ART section.

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

Modified: head/sys/mips/conf/ENH200.hints
==============================================================================
--- head/sys/mips/conf/ENH200.hints	Thu Jul  4 08:13:14 2013	(r252690)
+++ head/sys/mips/conf/ENH200.hints	Thu Jul  4 08:42:20 2013	(r252691)
@@ -117,8 +117,8 @@ hint.map.4.end=0x007f0000
 hint.map.4.name="cfg"
 
 # ART (64k)
-hint.map.4.at="flash/spi0"
-hint.map.4.start=0x007f0000
-hint.map.4.end=0x00800000
-hint.map.4.name="ART"
-hint.map.4.readonly=1
+hint.map.5.at="flash/spi0"
+hint.map.5.start=0x007f0000
+hint.map.5.end=0x00800000
+hint.map.5.name="ART"
+hint.map.5.readonly=1



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