[ARM] MINI2440: Add missing flash_bbt flat to NAND
authorBen Dooks <ben-linux@fluff.org>
Tue, 23 Jun 2009 17:23:27 +0000 (18:23 +0100)
committerBen Dooks <ben-linux@fluff.org>
Tue, 23 Jun 2009 17:23:27 +0000 (18:23 +0100)
The commit 9db41f9edcb87ae050fcb171c44be7f212728d54 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: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2440/mach-mini2440.c

index e714bfabbc09ed99010b0ff9f8919bda9325fa4a..ec71a69657867edcbc7ffb79a2eda78d36f73bf3 100644 (file)
@@ -273,6 +273,7 @@ static struct s3c2410_nand_set mini2440_nand_sets[] __initdata = {
                .nr_chips       = 1,
                .nr_partitions  = ARRAY_SIZE(mini2440_default_nand_part),
                .partitions     = mini2440_default_nand_part,
+               .flash_bbt      = 1, /* we use u-boot to create a BBT */
        },
 };