This is an automated email from Gerrit.

Liming Sun (l...@mellanox.com) just uploaded a new patch set to Gerrit, which 
you can find at http://openocd.zylin.com/5563

-- gerrit

commit 48a1a896a7df4c0ef2d5d1bd78d2515050a801de
Author: Liming Sun <l...@mellanox.com>
Date:   Fri Apr 3 22:51:13 2020 -0400

    jtag/drivers/rshim: Disable the driver by default
    
    This is a follow-up change of commit 6d6a69d5 to disable it by
    default. The driver was introduced in 6d6a69d5 and enabled by
    default in order to run the jenkins build.
    
    Signed-off-by: Liming Sun <l...@mellanox.com>
    Change-Id: I5c5fc6711b971b65dd5846a6163025879044ec40

diff --git a/configure.ac b/configure.ac
index a616f71..fbaf9e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -224,7 +224,7 @@ AC_ARG_ENABLE([dummy],
 
 AC_ARG_ENABLE([rshim],
   AS_HELP_STRING([--enable-rshim], [Enable building the rshim driver]),
-  [build_rshim=$enableval], [build_rshim=yes])
+  [build_rshim=$enableval], [build_rshim=no])
 
 m4_define([AC_ARG_ADAPTERS], [
   m4_foreach([adapter], [$1],

-- 


_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to