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"
_______________________________________________
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"

Reply via email to