1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Remove redundant kern conf entries that are inherited via include

Move cfg to spi1 as that's where it is located from the factory
This commit is contained in:
Sean Bruno 2014-09-07 20:27:48 +00:00
parent d5294df7d0
commit 082afa63f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=271237
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

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