aboutsummaryrefslogtreecommitdiff
path: root/src/pld
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-05-17 12:27:30 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2012-05-21 16:15:26 +0000
commit7bfcc10839d2a9190cb7ae9fae02280e643b3450 (patch)
treeabc492151151ee445f06765ce20cfdea5bec9a4e /src/pld
parenta34b38d621d3598979aecd83a821258bf87a3591 (diff)
downloadriscv-openocd-7bfcc10839d2a9190cb7ae9fae02280e643b3450.zip
riscv-openocd-7bfcc10839d2a9190cb7ae9fae02280e643b3450.tar.gz
riscv-openocd-7bfcc10839d2a9190cb7ae9fae02280e643b3450.tar.bz2
build: add helper/types.h to config.h
this header is used in numerous files and adding to config.h simplifies its use globally. Change-Id: Id724a9950b90504721233022c7fb5768e9bc5548 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/649 Tested-by: jenkins Reviewed-by: Xiaofan <xiaofanc@gmail.com>
Diffstat (limited to 'src/pld')
-rw-r--r--src/pld/xilinx_bit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pld/xilinx_bit.h b/src/pld/xilinx_bit.h
index 37f1811..131a783 100644
--- a/src/pld/xilinx_bit.h
+++ b/src/pld/xilinx_bit.h
@@ -21,8 +21,6 @@
#ifndef XILINX_BIT_H
#define XILINX_BIT_H
-#include <helper/types.h>
-
struct xilinx_bit_file {
uint8_t unknown_header[13];
uint8_t *source_file;