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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"