summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorEric Benard <eric@eukrea.com>2009-10-22 16:45:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-10-23 09:42:01 +0200
commit8b05f7528cd9bccb0dffe7fa3606c7280a21f82d (patch)
tree3e4d1facf766d69638769edb6d5c0417d25a883a /board
parent14eb08260698b6263f8d9583596474fd8c62acc5 (diff)
downloadbarebox-8b05f7528cd9bccb0dffe7fa3606c7280a21f82d.tar.gz
barebox-8b05f7528cd9bccb0dffe7fa3606c7280a21f82d.tar.xz
imx-nand : remove wrong part of commit ca326e88827e08e723046a21b18e74d41d15ace7
previous fix for 2k pages was wrong so remove it Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'board')
-rw-r--r--board/eukrea_cpuimx27/eukrea_cpuimx27.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/eukrea_cpuimx27/eukrea_cpuimx27.c b/board/eukrea_cpuimx27/eukrea_cpuimx27.c
index 5d66a71284..038a3fcaef 100644
--- a/board/eukrea_cpuimx27/eukrea_cpuimx27.c
+++ b/board/eukrea_cpuimx27/eukrea_cpuimx27.c
@@ -73,7 +73,6 @@ static struct device_d fec_dev = {
struct imx_nand_platform_data nand_info = {
.width = 1,
.hw_ecc = 1,
- .is2k = 1,
};
static struct device_d nand_dev = {