Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/conf NEEDS_MDSETIMAGE -> NEED_MDSETIMAGE



details:   https://anonhg.NetBSD.org/src/rev/08c64d7b90d4
branches:  trunk
changeset: 765469:08c64d7b90d4
user:      matt <matt%NetBSD.org@localhost>
date:      Sat May 28 00:07:56 2011 +0000

description:
NEEDS_MDSETIMAGE -> NEED_MDSETIMAGE

diffstat:

 sys/arch/evbppc/conf/RB800 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0fd6f3251019 -r 08c64d7b90d4 sys/arch/evbppc/conf/RB800
--- a/sys/arch/evbppc/conf/RB800        Sat May 28 00:07:24 2011 +0000
+++ b/sys/arch/evbppc/conf/RB800        Sat May 28 00:07:56 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RB800,v 1.4 2011/03/16 21:10:35 matt Exp $
+#      $NetBSD: RB800,v 1.5 2011/05/28 00:07:56 matt Exp $
 #
 #      RB800 -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "RB800-$Revision: 1.4 $"
+ident          "RB800-$Revision: 1.5 $"
 
 maxusers       32
 
@@ -22,7 +22,7 @@
 #options       MEMORY_DISK_IS_ROOT     # force root on memory disk
 #options       MEMORY_DISK_SERVER=0    # no userspace memory disk support
 #options       MEMORY_DISK_ROOT_SIZE=6144      # size of memory disk, in blocks
-no makeoptions NEEDS_MDSETIMAGE
+no makeoptions NEED_MDSETIMAGE
 
 options        NFS_BOOT_BOOTP
 



Home | Main Index | Thread Index | Old Index