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

Commit 76609a69 authored by Nelson Castillo's avatar Nelson Castillo Committed by Ben Dooks
Browse files

[ARM] GTA02: build fixes (s3c2410_nand_set usage)



This patch fixes two errors we get when building GTA02 kernel.

~ use_bbt is incorrect, we need flash_bbt.

~ We do not need .force_soft_ecc because we can unset
  CONFIG_MTD_NAND_S3C2410_HWECC.

Signed-off-by: default avatarNelson Castillo <arhuaco@freaks-unidos.net>
[ben-linux@fluff.org: updated patch description]
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 084da894
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -433,8 +433,7 @@ static struct s3c2410_nand_set gta02_nand_sets[] = {
		 */
		.name		= "neo1973-nand",
		.nr_chips	= 1,
		.use_bbt	= 1,
		.force_soft_ecc	= 1,
		.flash_bbt	= 1,
	},
};