提交 51af243c 编写于 作者: B Ben Dooks

[ARM] MINI2440: Add missing flash_bbt flat to NAND

The commit 9db41f9e added
the .flash_bbt flag to the nand set, so add this back into
the mach-mini2440.c file (taken out on initial commit to
allow build).
Signed-off-by: NBen Dooks <ben-linux@fluff.org>
上级 622a8f5f
...@@ -273,6 +273,7 @@ static struct s3c2410_nand_set mini2440_nand_sets[] __initdata = { ...@@ -273,6 +273,7 @@ static struct s3c2410_nand_set mini2440_nand_sets[] __initdata = {
.nr_chips = 1, .nr_chips = 1,
.nr_partitions = ARRAY_SIZE(mini2440_default_nand_part), .nr_partitions = ARRAY_SIZE(mini2440_default_nand_part),
.partitions = mini2440_default_nand_part, .partitions = mini2440_default_nand_part,
.flash_bbt = 1, /* we use u-boot to create a BBT */
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册