All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] omap3_beagle: Change NAND ECC scheme back to OMAP_ECC_HAM1_CODE_HW
@ 2019-12-21 16:18 Patrik Dahlström
  2019-12-22  3:24 ` Derald D. Woods
  2019-12-28  4:30 ` Tom Rini
  0 siblings, 2 replies; 13+ messages in thread
From: Patrik Dahlström @ 2019-12-21 16:18 UTC (permalink / raw)
  To: u-boot

The omap3_beagle NAND ECC scheme was changed in 4b37928d357 for unknown
reasons, leading to uncorrectible ecc errors. This commit changes it
back to what it was before.

Signed-off-by: Patrik Dahlström <risca@dalakolonin.se>
---
 include/configs/omap3_beagle.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 4157d7614f..bc8aa7adf5 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -37,7 +37,7 @@
                                          10, 11, 12, 13}
 #define CONFIG_SYS_NAND_ECCSIZE         512
 #define CONFIG_SYS_NAND_ECCBYTES        3
-#define CONFIG_NAND_OMAP_ECCSCHEME      OMAP_ECC_BCH8_CODE_HW_DETECTION_SW
+#define CONFIG_NAND_OMAP_ECCSCHEME      OMAP_ECC_HAM1_CODE_HW
 #define CONFIG_SYS_NAND_U_BOOT_OFFS     0x80000
 #define CONFIG_SYS_ENV_SECT_SIZE        SZ_128K
 #define CONFIG_ENV_OVERWRITE
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-12-28  4:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-21 16:18 [PATCH] omap3_beagle: Change NAND ECC scheme back to OMAP_ECC_HAM1_CODE_HW Patrik Dahlström
2019-12-22  3:24 ` Derald D. Woods
2019-12-22  8:46   ` Patrik Dahlstrom
2019-12-22 14:10     ` Tom Rini
2019-12-22 14:24       ` Derald D. Woods
2019-12-22 14:28         ` Tom Rini
2019-12-22 14:48           ` Adam Ford
2019-12-26 17:59             ` Patrik Dahlstrom
2019-12-26 20:57               ` Adam Ford
2019-12-26 21:22                 ` Derald D. Woods
2019-12-26 21:24                   ` Patrik Dahlstrom
2019-12-27  1:23                     ` Derald D. Woods
2019-12-28  4:30 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.