Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/awin BOARDTYPE is now a string, use it direc...



details:   https://anonhg.NetBSD.org/src/rev/a3e709203cb5
branches:  trunk
changeset: 332317:a3e709203cb5
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Sep 15 19:30:16 2014 +0000

description:
BOARDTYPE is now a string, use it directly.

diffstat:

 sys/arch/evbarm/awin/awin_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a82e0f7a0767 -r a3e709203cb5 sys/arch/evbarm/awin/awin_machdep.c
--- a/sys/arch/evbarm/awin/awin_machdep.c       Mon Sep 15 19:28:49 2014 +0000
+++ b/sys/arch/evbarm/awin/awin_machdep.c       Mon Sep 15 19:30:16 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: awin_machdep.c,v 1.10 2014/09/13 02:21:52 jmcneill Exp $ */
+/*     $NetBSD: awin_machdep.c,v 1.11 2014/09/15 19:30:16 martin Exp $ */
 
 /*
  * Machine dependent functions for kernel setup for TI OSK5912 board.
@@ -125,7 +125,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: awin_machdep.c,v 1.10 2014/09/13 02:21:52 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: awin_machdep.c,v 1.11 2014/09/15 19:30:16 martin Exp $");
 
 #include "opt_machdep.h"
 #include "opt_ddb.h"
@@ -335,7 +335,7 @@
 
 #ifdef VERBOSE_INIT_ARM
        /* Talk to the user */
-       printf("\nNetBSD/evbarm (" __STRING(BOARDTYPE) ") booting ...\n");
+       printf("\nNetBSD/evbarm (" BOARDTYPE ") booting ...\n");
 #endif
 
 #ifdef BOOT_ARGS



Home | Main Index | Thread Index | Old Index