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 Fix typo that prevented CONADDR from ...
details: https://anonhg.NetBSD.org/src/rev/df065941f452
branches: trunk
changeset: 341540:df065941f452
user: marty <marty%NetBSD.org@localhost>
date: Wed Nov 11 00:58:21 2015 +0000
description:
Fix typo that prevented CONADDR from being defined for XU4
diffstat:
sys/arch/evbarm/odroid/platform.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 132ca9fe8ba0 -r df065941f452 sys/arch/evbarm/odroid/platform.h
--- a/sys/arch/evbarm/odroid/platform.h Tue Nov 10 23:57:00 2015 +0000
+++ b/sys/arch/evbarm/odroid/platform.h Wed Nov 11 00:58:21 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: platform.h,v 1.2 2014/06/15 20:14:41 matt Exp $ */
+/* $NetBSD: platform.h,v 1.3 2015/11/11 00:58:21 marty Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -51,7 +51,7 @@
*/
#define CONADDR_VA ((CONADDR - EXYNOS_CORE_PBASE) + EXYNOS_CORE_VBASE)
-#ifdef SSCOM0CONSOLE
+#ifdef SSCOM2CONSOLE
#define SSCON_CHANNEL 0
#define CONADDR (EXYNOS_CORE_PBASE + EXYNOS5_UART2_OFFSET)
#endif
Home |
Main Index |
Thread Index |
Old Index