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 Add NEED_MDSETIMAGE, NEED_BINARY, NEED...



details:   https://anonhg.NetBSD.org/src/rev/bf633393dc3b
branches:  trunk
changeset: 767149:bf633393dc3b
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jul 09 21:46:19 2011 +0000

description:
Add NEED_MDSETIMAGE, NEED_BINARY, NEED_UBOOTIMAGE

diffstat:

 sys/arch/evbmips/conf/DB120 |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 30711e6e7bfb -r bf633393dc3b sys/arch/evbmips/conf/DB120
--- a/sys/arch/evbmips/conf/DB120       Sat Jul 09 21:45:45 2011 +0000
+++ b/sys/arch/evbmips/conf/DB120       Sat Jul 09 21:46:19 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DB120,v 1.1 2011/07/07 05:06:44 matt Exp $
+#      $NetBSD: DB120,v 1.2 2011/07/09 21:46:19 matt Exp $
 #
 # Qualcomm Atheros AR9344 DB120 evaluation board.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "DB120-$Revision: 1.1 $"
+#ident                 "DB120-$Revision: 1.2 $"
 
 maxusers       32
 
@@ -15,6 +15,9 @@
 
 options        MIPS32R2
 makeoptions    CPUFLAGS+="-mips32r2"
+makeoptions    NEED_MDSETIMAGE="yes"
+makeoptions    NEED_BINARY="yes"
+makeoptions    NEED_UBOOTIMAGE="yes"
 options        NOFPU           # No FPU
 options        FPEMUL          # emulate FPU insn
 options                WISOC_AR9344    # WiSoC select



Home | Main Index | Thread Index | Old Index