Module Name:    src
Committed By:   jmcneill
Date:           Fri Dec  5 14:45:45 UTC 2014

Modified Files:
        src/sys/arch/evbarm/awin: platform.h

Log Message:
add hummingbird A31 and allwinner A80 board types


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/awin/platform.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/awin/platform.h
diff -u src/sys/arch/evbarm/awin/platform.h:1.1 src/sys/arch/evbarm/awin/platform.h:1.2
--- src/sys/arch/evbarm/awin/platform.h:1.1	Sun Aug 31 19:13:01 2014
+++ src/sys/arch/evbarm/awin/platform.h	Fri Dec  5 14:45:45 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: platform.h,v 1.1 2014/08/31 19:13:01 matt Exp $	*/
+/*	$NetBSD: platform.h,v 1.2 2014/12/05 14:45:45 jmcneill Exp $	*/
 /*
  * Copyright (c) 2007 Microsoft
  * All rights reserved.
@@ -34,6 +34,8 @@
 #define AWIN_cubieboard		1
 #define AWIN_cubietruck		2
 #define AWIN_bpi		3
+#define AWIN_hummingbird_a31	4
+#define AWIN_allwinner_a80	5
 
 #include <arm/allwinner/awin_reg.h>
 

Reply via email to