Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf don't set NEED_MDSETIMAGE when we don'...
details: https://anonhg.NetBSD.org/src/rev/86739361c7d5
branches: trunk
changeset: 355311:86739361c7d5
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Jul 25 06:44:22 2017 +0000
description:
don't set NEED_MDSETIMAGE when we don't enable the md_root. move the
option in with the commented md_root options.
part 2 of the CI20 kernel build fix. now evbmips builds completes
sanely for me.
diffstat:
sys/arch/evbmips/conf/CI20 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (33 lines):
diff -r 2ba531618be7 -r 86739361c7d5 sys/arch/evbmips/conf/CI20
--- a/sys/arch/evbmips/conf/CI20 Tue Jul 25 06:43:03 2017 +0000
+++ b/sys/arch/evbmips/conf/CI20 Tue Jul 25 06:44:22 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CI20,v 1.22 2017/02/19 07:47:00 rin Exp $
+# $NetBSD: CI20,v 1.23 2017/07/25 06:44:22 mrg Exp $
#
# MIPS Creator CI20
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "CI20-$Revision: 1.22 $"
+#ident "CI20-$Revision: 1.23 $"
maxusers 32
@@ -15,13 +15,13 @@
options MIPS32R2
makeoptions CPUFLAGS+="-mips32r2"
-makeoptions NEED_MDSETIMAGE="yes"
makeoptions NEED_BINARY="yes"
makeoptions NEED_UBOOTIMAGE="gz"
options COM_TOLERANCE=50 # +/- 5%
options CONSPEED=115200 # u-boot default
# Options for necessary to use MD
+#makeoptions NEED_MDSETIMAGE="yes"
#options MEMORY_DISK_HOOKS
#options MEMORY_DISK_IS_ROOT # force root on memory disk
#options MEMORY_DISK_SERVER=0 # no userspace memory disk support
Home |
Main Index |
Thread Index |
Old Index