From a949f3567ee93df8f3f67dcfb459d3d5e1a597ce Mon Sep 17 00:00:00 2001 From: brooks Date: Wed, 5 Sep 2012 15:55:51 +0000 Subject: 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 --- sys/mips/conf/BERI_DE4_MDROOT | 1 - sys/mips/conf/BERI_SIM_MDROOT | 1 - 2 files changed, 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 -- cgit v1.1