Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51af243c authored by Ben Dooks's avatar Ben Dooks
Browse files

[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: default avatarBen Dooks <ben-linux@fluff.org>
parent 622a8f5f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */
	},
};