Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/omap Fix revision value. VERS2 is 0.
details: https://anonhg.NetBSD.org/src/rev/b3d331c2c98e
branches: trunk
changeset: 348109:b3d331c2c98e
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Tue Oct 04 15:46:07 2016 +0000
description:
Fix revision value. VERS2 is 0.
diffstat:
sys/arch/arm/omap/omap3_uhhreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0a9ad5b735cb -r b3d331c2c98e sys/arch/arm/omap/omap3_uhhreg.h
--- a/sys/arch/arm/omap/omap3_uhhreg.h Tue Oct 04 15:38:31 2016 +0000
+++ b/sys/arch/arm/omap/omap3_uhhreg.h Tue Oct 04 15:46:07 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: omap3_uhhreg.h,v 1.3 2014/03/29 23:32:41 matt Exp $ */
+/* $NetBSD: omap3_uhhreg.h,v 1.4 2016/10/04 15:46:07 kiyohara Exp $ */
/*-
* Copyright (c) 2010 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -32,7 +32,7 @@
#define UHH_REVISION 0x00
#define UHH_REVISION_MAJOR(x) (((x) >> 4) & 0xf)
#define UHH_REVISION_MINOR(x) ((x) & 0xf)
-#define UHH_REVISION_VERS2 2
+#define UHH_REVISION_VERS2 0
#define UHH_HWINFO 0x04
#define UHH_HWINFO_SAR_CNTX_SIZE __BITS(9,0)
Home |
Main Index |
Thread Index |
Old Index