diff --git a/board/pcm038/pcm038.c b/board/pcm038/pcm038.c index 6d8358b..56f44b5 100644 --- a/board/pcm038/pcm038.c +++ b/board/pcm038/pcm038.c @@ -108,8 +108,9 @@ }; 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 = {