diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-10-10 19:17:03 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-10-29 15:10:51 +0200 |
commit | 559d08c19ed838f7bb2a77ce56a5a274641111f8 (patch) | |
tree | 2fdedce2a3ca39a5dbde497f85aece1bdbc92d2e /src/helper/command.h | |
parent | 4617cd0f911d64a460d99d25c531ddc55f2452ca (diff) | |
download | riscv-openocd-559d08c19ed838f7bb2a77ce56a5a274641111f8.zip riscv-openocd-559d08c19ed838f7bb2a77ce56a5a274641111f8.tar.gz riscv-openocd-559d08c19ed838f7bb2a77ce56a5a274641111f8.tar.bz2 |
jim tests: use installed
Delete obsolete jim that comes with OpenOCD.
Diffstat (limited to 'src/helper/command.h')
-rw-r--r-- | src/helper/command.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/helper/command.h b/src/helper/command.h index 1bf2cb4..0ee66b0 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -29,12 +29,11 @@ #if BUILD_ECOSBOARD #include <stdio.h> #include <stdarg.h> -/* Jim is provied by eCos */ -#include <cyg/jimtcl/jim.h> -#else -#include <helper/jim.h> #endif +#include <jim.h> +#include <jim-nvp.h> + /* To achieve C99 printf compatibility in MinGW, gnu_printf should be * used for __attribute__((format( ... ))), with GCC v4.4 or later */ |