Module Name: src
Committed By: tsutsui
Date: Sun Jun 16 08:18:00 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: HPT5325
Log Message:
Use "-mtune-arm9e" for CPUFLAGS rather than "-march=armv5te".
The latter seems to cause problems around USB xfers (but not 100% sure).
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/HPT5325
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/conf/HPT5325
diff -u src/sys/arch/evbarm/conf/HPT5325:1.16 src/sys/arch/evbarm/conf/HPT5325:1.17
--- src/sys/arch/evbarm/conf/HPT5325:1.16 Sun Jun 16 08:13:28 2013
+++ src/sys/arch/evbarm/conf/HPT5325 Sun Jun 16 08:18:00 2013
@@ -1,4 +1,4 @@
-# $NetBSD: HPT5325,v 1.16 2013/06/16 08:13:28 tsutsui Exp $
+# $NetBSD: HPT5325,v 1.17 2013/06/16 08:18:00 tsutsui Exp $
#
# This configuration supports for HP T5325 Thin Client
#
@@ -20,7 +20,8 @@ options CPU_SHEEVA
#options MV_L2_CACHE_ENABLE
#options MV_L2_CACHE_WRITE_THROUGH
options MV_CACHE_RANGE_OPS
-makeoptions CPUFLAGS="-march=armv5te"
+#makeoptions CPUFLAGS="-march=armv5te"
+makeoptions CPUFLAGS="-mtune=arm9e"
# Marvell SoC options
options KIRKWOOD