summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2012-09-05 15:55:51 +0000
committerbrooks <brooks@FreeBSD.org>2012-09-05 15:55:51 +0000
commita949f3567ee93df8f3f67dcfb459d3d5e1a597ce (patch)
tree4f98a3fec0db23b4df8b7cdd2a1ea07b300904e1 /sys/mips/conf
parentaad2e450e0f65634b50e2001c5c291417dadff7f (diff)
downloadFreeBSD-src-a949f3567ee93df8f3f67dcfb459d3d5e1a597ce.zip
FreeBSD-src-a949f3567ee93df8f3f67dcfb459d3d5e1a597ce.tar.gz
Don't hardcode paths to MFS_IMAGE in the kernel config. When they don't
exist they don't cause "make tinderbox" to fail. Reported by: jhb
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/BERI_DE4_MDROOT1
-rw-r--r--sys/mips/conf/BERI_SIM_MDROOT1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/mips/conf/BERI_DE4_MDROOT b/sys/mips/conf/BERI_DE4_MDROOT
index 37acf4b..f40a60e 100644
--- a/sys/mips/conf/BERI_DE4_MDROOT
+++ b/sys/mips/conf/BERI_DE4_MDROOT
@@ -18,7 +18,6 @@ hints "BERI_DE4.hints" #Default places to look for devices.
#
options MD_ROOT # MD is a potential root device
options MD_ROOT_SIZE=8192
-makeoptions MFS_IMAGE=/local/scratch/rnw24/mdroot.img
options ROOTDEVNAME=\"ufs:md0\"
device altera_avgen
diff --git a/sys/mips/conf/BERI_SIM_MDROOT b/sys/mips/conf/BERI_SIM_MDROOT
index a8f2a41..a5bfe42 100644
--- a/sys/mips/conf/BERI_SIM_MDROOT
+++ b/sys/mips/conf/BERI_SIM_MDROOT
@@ -17,7 +17,6 @@ hints "BERI_SIM.hints" #Default places to look for devices.
#
options MD_ROOT # MD is a potential root device
options MD_ROOT_SIZE=8192
-makeoptions MFS_IMAGE=/local/scratch/rnw24/mdroot.img
options ROOTDEVNAME=\"ufs:md0\"
device altera_avgen
OpenPOWER on IntegriCloud