diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-06-23 18:23:27 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-06-23 18:23:27 +0100 |
commit | 51af243c631d9d03376d1454a24cf0a96e6f17cb (patch) | |
tree | 41fe227c656891e78ca3546f9e9d57e26e84d4e5 /arch/arm | |
parent | 622a8f5f7bf160507861cf05309020049f42976d (diff) |
[ARM] MINI2440: Add missing flash_bbt flat to NAND
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-s3c2440/mach-mini2440.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/mach-mini2440.c b/arch/arm/mach-s3c2440/mach-mini2440.c index e714bfabbc0..ec71a696578 100644 --- a/arch/arm/mach-s3c2440/mach-mini2440.c +++ b/arch/arm/mach-s3c2440/mach-mini2440.c @@ -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 */ }, }; |