Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbsh3/evbsh3 Wrap _ROM_START in #ifdef ROMIMAGE to...



details:   https://anonhg.NetBSD.org/src/rev/3918f8d9796f
branches:  trunk
changeset: 935868:3918f8d9796f
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sun Jul 12 01:52:22 2020 +0000

description:
Wrap _ROM_START in #ifdef ROMIMAGE to match its use.

diffstat:

 sys/arch/evbsh3/evbsh3/locore.S |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 55dcd59dcaf9 -r 3918f8d9796f sys/arch/evbsh3/evbsh3/locore.S
--- a/sys/arch/evbsh3/evbsh3/locore.S   Sun Jul 12 01:44:24 2020 +0000
+++ b/sys/arch/evbsh3/evbsh3/locore.S   Sun Jul 12 01:52:22 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.11 2006/10/07 01:21:47 tsutsui Exp $      */
+/*     $NetBSD: locore.S,v 1.12 2020/07/12 01:52:22 uwe Exp $  */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -223,7 +223,9 @@
 ___end:                .long   _C_LABEL(end)
 XLtmpstk:      .long   INIT_STACK
 _KERNBASE:     .long   0x8c000000
+#ifdef ROMIMAGE
 _ROM_START:    .long   IOM_ROM_BEGIN
+#endif
 XLinitSH3:     .long   _C_LABEL(initSH3)
 XLmain:                .long   _C_LABEL(main)
 XLtoP2:                .long   0x20000000



Home | Main Index | Thread Index | Old Index