* [PATCH] mtd: nand: omap_gpmc: fix: remove bch4 string extant
@ 2018-05-29 10:41 Heinrich.Toews
2018-05-31 15:20 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Heinrich.Toews @ 2018-05-29 10:41 UTC (permalink / raw)
To: barebox
Remove an erroneous bch4 string leftover that
leads to a false ecc mode mapping.
BCH4 support was previously removed by Teresa Remmet:
d316cda 'mtd: nand: omap_gpmc: Remove BCH4 support'
Signed-off-by: Heinrich Toews <heinrich.toews@wago.com>
---
drivers/mtd/nand/nand_omap_gpmc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/mtd/nand/nand_omap_gpmc.c b/drivers/mtd/nand/nand_omap_gpmc.c
index e18ce63..ce03c7a 100644
--- a/drivers/mtd/nand/nand_omap_gpmc.c
+++ b/drivers/mtd/nand/nand_omap_gpmc.c
@@ -95,7 +95,6 @@ int omap_gpmc_decode_bch(int select_4_8, unsigned char *ecc, unsigned int *err_l
static const char *ecc_mode_strings[] = {
"software",
"hamming_hw_romcode",
- "bch4_hw",
"bch8_hw",
"bch8_hw_romcode",
};
--
2.7.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mtd: nand: omap_gpmc: fix: remove bch4 string extant
2018-05-29 10:41 [PATCH] mtd: nand: omap_gpmc: fix: remove bch4 string extant Heinrich.Toews
@ 2018-05-31 15:20 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2018-05-31 15:20 UTC (permalink / raw)
To: Heinrich.Toews; +Cc: barebox
On Tue, May 29, 2018 at 10:41:11AM +0000, Heinrich.Toews@wago.com wrote:
> Remove an erroneous bch4 string leftover that
> leads to a false ecc mode mapping.
>
> BCH4 support was previously removed by Teresa Remmet:
> d316cda 'mtd: nand: omap_gpmc: Remove BCH4 support'
>
> Signed-off-by: Heinrich Toews <heinrich.toews@wago.com>
> ---
> drivers/mtd/nand/nand_omap_gpmc.c | 1 -
> 1 file changed, 1 deletion(-)
Applied, thanks
Sascha
>
> diff --git a/drivers/mtd/nand/nand_omap_gpmc.c b/drivers/mtd/nand/nand_omap_gpmc.c
> index e18ce63..ce03c7a 100644
> --- a/drivers/mtd/nand/nand_omap_gpmc.c
> +++ b/drivers/mtd/nand/nand_omap_gpmc.c
> @@ -95,7 +95,6 @@ int omap_gpmc_decode_bch(int select_4_8, unsigned char *ecc, unsigned int *err_l
> static const char *ecc_mode_strings[] = {
> "software",
> "hamming_hw_romcode",
> - "bch4_hw",
> "bch8_hw",
> "bch8_hw_romcode",
> };
> --
> 2.7.4
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-31 15:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-29 10:41 [PATCH] mtd: nand: omap_gpmc: fix: remove bch4 string extant Heinrich.Toews
2018-05-31 15:20 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox