Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/odroid More de-reinoud-ification



details:   https://anonhg.NetBSD.org/src/rev/9a072c544267
branches:  trunk
changeset: 802798:9a072c544267
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Oct 02 12:12:55 2014 +0000

description:
More de-reinoud-ification

diffstat:

 sys/arch/evbarm/odroid/odroid_start.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cbe3df33af61 -r 9a072c544267 sys/arch/evbarm/odroid/odroid_start.S
--- a/sys/arch/evbarm/odroid/odroid_start.S     Thu Oct 02 11:58:12 2014 +0000
+++ b/sys/arch/evbarm/odroid/odroid_start.S     Thu Oct 02 12:12:55 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: odroid_start.S,v 1.5 2014/09/26 18:59:29 reinoud Exp $ */
+/*     $NetBSD: odroid_start.S,v 1.6 2014/10/02 12:12:55 skrll Exp $   */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -46,7 +46,7 @@
 
 #include <evbarm/odroid/platform.h>
 
-RCSID("$NetBSD: odroid_start.S,v 1.5 2014/09/26 18:59:29 reinoud Exp $")
+RCSID("$NetBSD: odroid_start.S,v 1.6 2014/10/02 12:12:55 skrll Exp $")
 
 
 #if defined(VERBOSE_INIT_ARM)
@@ -182,7 +182,7 @@
 #ifdef EXYNOS4
        adr     r1, .Lsscom_exynos4_table
 #endif
-#ifdef EXYNO55
+#ifdef EXYNOS5
        adr     r1, .Lsscom_exynos5_table
 #endif
 #ifdef SSCOM0CONSOLE



Home | Main Index | Thread Index | Old Index