summaryrefslogtreecommitdiff
path: root/src/flash/nand/s3c24xx.h
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2010-12-31 19:46:09 +0800
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-01-02 19:58:58 +0100
commit093ec6656ab7fb523b8a811f4bd628e3b50f8367 (patch)
tree456ca54797aad5484fc6a5d868fedf48da2e0fab /src/flash/nand/s3c24xx.h
parentf49283a062192800a3263dcef620911010ffc718 (diff)
downloadopenocd+libswd-093ec6656ab7fb523b8a811f4bd628e3b50f8367.tar.gz
openocd+libswd-093ec6656ab7fb523b8a811f4bd628e3b50f8367.tar.bz2
openocd+libswd-093ec6656ab7fb523b8a811f4bd628e3b50f8367.tar.xz
openocd+libswd-093ec6656ab7fb523b8a811f4bd628e3b50f8367.zip
NAND/S3CXXXX: remove private "target" copy
Remove "target" form private data, and use common one in struct nand_block. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'src/flash/nand/s3c24xx.h')
-rw-r--r--src/flash/nand/s3c24xx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/flash/nand/s3c24xx.h b/src/flash/nand/s3c24xx.h
index 059c84d9..1535decd 100644
--- a/src/flash/nand/s3c24xx.h
+++ b/src/flash/nand/s3c24xx.h
@@ -33,8 +33,6 @@
struct s3c24xx_nand_controller
{
- struct target *target;
-
/* register addresses */
uint32_t cmd;
uint32_t addr;