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 Generate SREC kernels that YAMON can l...



details:   https://anonhg.NetBSD.org/src/rev/071466e29ca0
branches:  trunk
changeset: 455728:071466e29ca0
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Apr 11 04:28:17 2019 +0000

description:
Generate SREC kernels that YAMON can load.

diffstat:

 sys/arch/evbmips/conf/std.malta |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 00fd06d20551 -r 071466e29ca0 sys/arch/evbmips/conf/std.malta
--- a/sys/arch/evbmips/conf/std.malta   Thu Apr 11 03:07:11 2019 +0000
+++ b/sys/arch/evbmips/conf/std.malta   Thu Apr 11 04:28:17 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.malta,v 1.8 2011/02/20 07:48:34 matt Exp $
+# $NetBSD: std.malta,v 1.9 2019/04/11 04:28:17 simonb Exp $
 
 machine evbmips mips
 include                "conf/std"      # MI standard options
@@ -15,6 +15,7 @@
 makeoptions    AFLAGS+="-mips64"
 makeoptions    DEFTEXTADDR="0x80100000"
 makeoptions    BOARDTYPE="malta"
+makeoptions    NEED_SREC=yes
 
 include "arch/evbmips/conf/files.malta"
 



Home | Main Index | Thread Index | Old Index