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 AWIN_board not AWIN_BOARD
details: https://anonhg.NetBSD.org/src/rev/15e8447e0d53
branches: trunk
changeset: 332255:15e8447e0d53
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Sep 13 02:21:52 2014 +0000
description:
AWIN_board not AWIN_BOARD
diffstat:
sys/arch/evbarm/awin/awin_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fccbfc3e3749 -r 15e8447e0d53 sys/arch/evbarm/awin/awin_machdep.c
--- a/sys/arch/evbarm/awin/awin_machdep.c Sat Sep 13 01:36:07 2014 +0000
+++ b/sys/arch/evbarm/awin/awin_machdep.c Sat Sep 13 02:21:52 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: awin_machdep.c,v 1.9 2014/09/13 01:36:07 jmcneill Exp $ */
+/* $NetBSD: awin_machdep.c,v 1.10 2014/09/13 02:21:52 jmcneill 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.9 2014/09/13 01:36:07 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: awin_machdep.c,v 1.10 2014/09/13 02:21:52 jmcneill Exp $");
#include "opt_machdep.h"
#include "opt_ddb.h"
@@ -591,7 +591,7 @@
*/
prop_dictionary_set_cstring(dict, "satapwren",
(cubietruck_p ? ">PH12" : ">PB8"));
-#if AWIN_BOARD == AWIN_cubieboard || AWIN_board == AWIN_cubietruck
+#if AWIN_board == AWIN_cubieboard || AWIN_board == AWIN_cubietruck
if (cubietruck_p) {
prop_dictionary_set_cstring(dict, "usb0drv", ">PH17");
} else if (awin_chip_id() == AWIN_CHIP_ID_A20) {
Home |
Main Index |
Thread Index |
Old Index