summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-12-09 16:58:42 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-10 12:15:02 +0100
commit1dc345ccf293331fc6a521e1cb25d4d709b65a93 (patch)
treed43a3395906b37eea918c14d161235c67adebebc /board
parentba03618c77665a2c0b192b22baabaa174f6dfcee (diff)
downloadbarebox-1dc345ccf293331fc6a521e1cb25d4d709b65a93.tar.gz
barebox-1dc345ccf293331fc6a521e1cb25d4d709b65a93.tar.xz
pcm038: Use a flash based bbt
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'board')
-rw-r--r--board/pcm038/pcm038.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/board/pcm038/pcm038.c b/board/pcm038/pcm038.c
index 6d8358b6d5..56f44b51eb 100644
--- a/board/pcm038/pcm038.c
+++ b/board/pcm038/pcm038.c
@@ -108,8 +108,9 @@ static struct spi_board_info pcm038_spi_board_info[] = {
};
static struct imx_nand_platform_data nand_info = {
- .width = 1,
- .hw_ecc = 1,
+ .width = 1,
+ .hw_ecc = 1,
+ .flash_bbt = 1,
};
static struct device_d nand_dev = {