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 Localize the bsentry ubootimage kludge...
details: https://anonhg.NetBSD.org/src/rev/2173a22657bf
branches: trunk
changeset: 329031:2173a22657bf
user: matt <matt%NetBSD.org@localhost>
date: Wed Apr 30 00:58:54 2014 +0000
description:
Localize the bsentry ubootimage kludge needed for the CPMBR1400
doesn't spread beyong the CPMBR1400.
diffstat:
sys/arch/evbmips/conf/CPMBR1400 | 4 +++-
sys/arch/evbmips/conf/std.rasoc | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r 878fc18f5864 -r 2173a22657bf sys/arch/evbmips/conf/CPMBR1400
--- a/sys/arch/evbmips/conf/CPMBR1400 Wed Apr 30 00:54:47 2014 +0000
+++ b/sys/arch/evbmips/conf/CPMBR1400 Wed Apr 30 00:58:54 2014 +0000
@@ -2,12 +2,14 @@
options SYMTAB_SPACE=450000 # size for embedded symbol table
-#options RA_CONSOLE_EARLY
+#options RALINK_CONSOLE_EARLY
options RT3883
#options SLICKROCK
options RALINK_ETH_NUM_SW_PARTITIONS=5
options CONSPEED=57600
#options SYSCALL_DEBUG
+no makeoptions NEED_UBOOTIMAGE
+makeoptions NEED_UBOOTIMAGE="bsentry"
maxusers 8
diff -r 878fc18f5864 -r 2173a22657bf sys/arch/evbmips/conf/std.rasoc
--- a/sys/arch/evbmips/conf/std.rasoc Wed Apr 30 00:54:47 2014 +0000
+++ b/sys/arch/evbmips/conf/std.rasoc Wed Apr 30 00:58:54 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.rasoc,v 1.3 2011/08/16 07:01:37 matt Exp $
+# $NetBSD: std.rasoc,v 1.4 2014/04/30 00:58:54 matt Exp $
machine evbmips mips
include "conf/std" # MI standard options
@@ -15,6 +15,6 @@
makeoptions CPUFLAGS+="-march=mips32r2"
makeoptions DEFTEXTADDR="0x80010000"
makeoptions NEED_BINARY="yes"
-makeoptions NEED_UBOOTIMAGE="bsentry"
+makeoptions NEED_UBOOTIMAGE="yes"
include "arch/evbmips/conf/files.rasoc"
Home |
Main Index |
Thread Index |
Old Index