Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 20:27:49 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r271237 - head/sys/mips/conf
Message-ID:  <201409072027.s87KRn8L088943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Sun Sep  7 20:27:48 2014
New Revision: 271237
URL: http://svnweb.freebsd.org/changeset/base/271237

Log:
  Remove redundant kern conf entries that are inherited via include
  
  Move cfg to spi1 as that's where it is located from the factory

Modified:
  head/sys/mips/conf/WZR-300HP
  head/sys/mips/conf/WZR-300HP.hints

Modified: head/sys/mips/conf/WZR-300HP
==============================================================================
--- head/sys/mips/conf/WZR-300HP	Sun Sep  7 20:11:23 2014	(r271236)
+++ head/sys/mips/conf/WZR-300HP	Sun Sep  7 20:27:48 2014	(r271237)
@@ -21,12 +21,6 @@ options 	AR71XX_REALMEM=64*1024*1024
 options 	AR71XX_ENV_UBOOT
 
 options 	BOOTVERBOSE
-# Don't include the SCSI/CAM strings in the default build
-options 	SCSI_NO_SENSE_STRINGS
-options 	SCSI_NO_OP_STRINGS
-
-# .. And no sysctl strings
-options 	NO_SYSCTL_DESCR
 
 # GEOM modules
 device		geom_map	# to get access to the SPI flash partitions

Modified: head/sys/mips/conf/WZR-300HP.hints
==============================================================================
--- head/sys/mips/conf/WZR-300HP.hints	Sun Sep  7 20:11:23 2014	(r271236)
+++ head/sys/mips/conf/WZR-300HP.hints	Sun Sep  7 20:27:48 2014	(r271237)
@@ -108,7 +108,7 @@ hint.map.4.name="rootfs"
 hint.map.4.readonly=1
 
 #hint.map.5.at="flash/spi1"
-hint.map.5.at="flash/spi0"
+hint.map.5.at="flash/spi1"
 hint.map.5.start=0x00FF0000
 hint.map.5.end=  0x01000000
 hint.map.5.name="cfg"



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