From 3d8be71b67c236b30a34332124110f1916a2fe88 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Tue, 23 Jun 2009 18:23:27 +0100 Subject: [PATCH] --- yaml --- r: 154560 b: refs/heads/master c: 51af243c631d9d03376d1454a24cf0a96e6f17cb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c2440/mach-mini2440.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6e89008029c8..25c9aa03296f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 622a8f5f7bf160507861cf05309020049f42976d +refs/heads/master: 51af243c631d9d03376d1454a24cf0a96e6f17cb diff --git a/trunk/arch/arm/mach-s3c2440/mach-mini2440.c b/trunk/arch/arm/mach-s3c2440/mach-mini2440.c index e714bfabbc09..ec71a6965786 100644 --- a/trunk/arch/arm/mach-s3c2440/mach-mini2440.c +++ b/trunk/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 */ }, };