diff options
| author | Ben Dooks <ben-linux@fluff.org> | 2009-06-23 13:23:27 -0400 |
|---|---|---|
| committer | Ben Dooks <ben-linux@fluff.org> | 2009-06-23 13:23:27 -0400 |
| commit | 51af243c631d9d03376d1454a24cf0a96e6f17cb (patch) | |
| tree | 41fe227c656891e78ca3546f9e9d57e26e84d4e5 | |
| 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>
| -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 e714bfabbc09..ec71a6965786 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 = { | |||
| 273 | .nr_chips = 1, | 273 | .nr_chips = 1, |
| 274 | .nr_partitions = ARRAY_SIZE(mini2440_default_nand_part), | 274 | .nr_partitions = ARRAY_SIZE(mini2440_default_nand_part), |
| 275 | .partitions = mini2440_default_nand_part, | 275 | .partitions = mini2440_default_nand_part, |
| 276 | .flash_bbt = 1, /* we use u-boot to create a BBT */ | ||
| 276 | }, | 277 | }, |
| 277 | }; | 278 | }; |
| 278 | 279 | ||
