projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
622a8f5
)
[ARM] MINI2440: Add missing flash_bbt flat to NAND
author
Ben Dooks
<ben-linux@fluff.org>
Tue, 23 Jun 2009 17:23:27 +0000
(18:23 +0100)
committer
Ben 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s3c2440/mach-mini2440.c
b/arch/arm/mach-s3c2440/mach-mini2440.c
index e714bfabbc09ed99010b0ff9f8919bda9325fa4a..ec71a69657867edcbc7ffb79a2eda78d36f73bf3 100644
(file)
--- 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 */
},
};