Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Use "-mtune-arm9e" for CPUFLAGS rather ...



details:   https://anonhg.NetBSD.org/src/rev/3845ea059633
branches:  trunk
changeset: 787404:3845ea059633
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jun 16 08:18:00 2013 +0000

description:
Use "-mtune-arm9e" for CPUFLAGS rather than "-march=armv5te".
The latter seems to cause problems around USB xfers (but not 100% sure).

diffstat:

 sys/arch/evbarm/conf/HPT5325 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 9ce4f037b9ba -r 3845ea059633 sys/arch/evbarm/conf/HPT5325
--- a/sys/arch/evbarm/conf/HPT5325      Sun Jun 16 08:13:28 2013 +0000
+++ b/sys/arch/evbarm/conf/HPT5325      Sun Jun 16 08:18:00 2013 +0000
@@ -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       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



Home | Main Index | Thread Index | Old Index