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/3e95d7666dec
branches: trunk
changeset: 998224:3e95d7666dec
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 9dbb532d39e7 -r 3e95d7666dec 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