Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/arch/evbarm/awin Pull up following revision(s) (reque...
details: https://anonhg.NetBSD.org/src/rev/5fc7ac1912b4
branches: netbsd-7
changeset: 798792:5fc7ac1912b4
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Jan 07 21:08:06 2015 +0000
description:
Pull up following revision(s) (requested by martin in ticket #382):
sys/arch/evbarm/awin/awin_machdep.c: revision 1.38
Fix typo in BPI specific setup, spotted by Jared.
Now awge works with the official sunxi-linux u-boot versions as well.
diffstat:
sys/arch/evbarm/awin/awin_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 63e13b3084bb -r 5fc7ac1912b4 sys/arch/evbarm/awin/awin_machdep.c
--- a/sys/arch/evbarm/awin/awin_machdep.c Wed Jan 07 18:08:58 2015 +0000
+++ b/sys/arch/evbarm/awin/awin_machdep.c Wed Jan 07 21:08:06 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: awin_machdep.c,v 1.8.2.9 2015/01/03 05:52:09 snj Exp $ */
+/* $NetBSD: awin_machdep.c,v 1.8.2.10 2015/01/07 21:08:06 msaitoh 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.8.2.9 2015/01/03 05:52:09 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: awin_machdep.c,v 1.8.2.10 2015/01/07 21:08:06 msaitoh Exp $");
#include "opt_machdep.h"
#include "opt_ddb.h"
@@ -745,7 +745,7 @@
prop_dictionary_set_cstring(dict, "phy-type", "mii");
}
#endif
-#if AWIN_BOARD == AWIN_bpi
+#if AWIN_board == AWIN_bpi
prop_dictionary_set_cstring(dict, "phy-power", "gmacpwren");
prop_dictionary_set_cstring(dict, "phy-type", "rgmii-bpi");
prop_dictionary_set_uint8(dict, "pinset-func", 3);
Home |
Main Index |
Thread Index |
Old Index