* [U-Boot] [PATCH 1/2] omap3: fix NAND for mcx board
@ 2012-03-09 15:58 Stefano Babic
2012-03-09 15:58 ` [U-Boot] [PATCH 2/2] omap3: fix NAND for tam3517 boards Stefano Babic
2012-03-09 16:09 ` [U-Boot] [PATCH 1/2] omap3: fix NAND for mcx board Tom Rini
0 siblings, 2 replies; 4+ messages in thread
From: Stefano Babic @ 2012-03-09 15:58 UTC (permalink / raw)
To: u-boot
commit 4fee6c2f295f932b8febdc7ce8731ba045695fa5
nand: make 1-bit software ECC configurable
breaks boards using Software ECC and requires that
CONFIG_MTD_ECC_SOFT is set to have the previous
behavior. Fix for mcx board.
Signed-off-by: Stefano Babic <sbabic@denx.de>
Tom Rini <trini@ti.com>
---
include/configs/mcx.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/mcx.h b/include/configs/mcx.h
index 1315c3c..d9bb700 100644
--- a/include/configs/mcx.h
+++ b/include/configs/mcx.h
@@ -140,6 +140,7 @@
#define CONFIG_MTD_PARTITIONS
#define CONFIG_MTD_DEVICE
#define CONFIG_CMD_MTDPARTS
+#define CONFIG_MTD_ECC_SOFT
#undef CONFIG_CMD_FLASH /* flinfo, erase, protect */
#undef CONFIG_CMD_FPGA /* FPGA configuration Support */
--
1.7.5.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 2/2] omap3: fix NAND for tam3517 boards
2012-03-09 15:58 [U-Boot] [PATCH 1/2] omap3: fix NAND for mcx board Stefano Babic
@ 2012-03-09 15:58 ` Stefano Babic
2012-03-09 16:09 ` [U-Boot] [PATCH 1/2] omap3: fix NAND for mcx board Tom Rini
1 sibling, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2012-03-09 15:58 UTC (permalink / raw)
To: u-boot
commit 4fee6c2f295f932b8febdc7ce8731ba045695fa5
nand: make 1-bit software ECC configurable
breaks boards using Software ECC and requires that
CONFIG_MTD_ECC_SOFT is set to have the previous
behavior. Fix for tam3517 based boards.
Signed-off-by: Stefano Babic <sbabic@denx.de>
Tom Rini <trini@ti.com>
---
include/configs/tam3517-common.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h
index 4c4321d..aaf9afe 100644
--- a/include/configs/tam3517-common.h
+++ b/include/configs/tam3517-common.h
@@ -293,6 +293,7 @@
#define CONFIG_MTD_PARTITIONS
#define CONFIG_MTD_DEVICE
#define CONFIG_CMD_MTDPARTS
+#define CONFIG_MTD_ECC_SOFT
/* Setup MTD for NAND on the SOM */
#define MTDIDS_DEFAULT "nand0=omap2-nand.0"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 1/2] omap3: fix NAND for mcx board
2012-03-09 15:58 [U-Boot] [PATCH 1/2] omap3: fix NAND for mcx board Stefano Babic
2012-03-09 15:58 ` [U-Boot] [PATCH 2/2] omap3: fix NAND for tam3517 boards Stefano Babic
@ 2012-03-09 16:09 ` Tom Rini
2012-03-09 16:19 ` Stefano Babic
1 sibling, 1 reply; 4+ messages in thread
From: Tom Rini @ 2012-03-09 16:09 UTC (permalink / raw)
To: u-boot
On Fri, Mar 09, 2012 at 04:58:40PM +0100, Stefano Babic wrote:
> commit 4fee6c2f295f932b8febdc7ce8731ba045695fa5
> nand: make 1-bit software ECC configurable
>
> breaks boards using Software ECC and requires that
> CONFIG_MTD_ECC_SOFT is set to have the previous
> behavior. Fix for mcx board.
>
> Signed-off-by: Stefano Babic <sbabic@denx.de>
> Tom Rini <trini@ti.com>
The generic NAND commit has been reverted for some time now, please
re-test your boards against current mainline. Thanks!
--
Tom
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 1/2] omap3: fix NAND for mcx board
2012-03-09 16:09 ` [U-Boot] [PATCH 1/2] omap3: fix NAND for mcx board Tom Rini
@ 2012-03-09 16:19 ` Stefano Babic
0 siblings, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2012-03-09 16:19 UTC (permalink / raw)
To: u-boot
On 09/03/2012 17:09, Tom Rini wrote:
> On Fri, Mar 09, 2012 at 04:58:40PM +0100, Stefano Babic wrote:
>
>> commit 4fee6c2f295f932b8febdc7ce8731ba045695fa5
>> nand: make 1-bit software ECC configurable
>>
>> breaks boards using Software ECC and requires that
>> CONFIG_MTD_ECC_SOFT is set to have the previous
>> behavior. Fix for mcx board.
>>
>> Signed-off-by: Stefano Babic <sbabic@denx.de>
>> Tom Rini <trini@ti.com>
>
> The generic NAND commit has been reverted for some time now, please
> re-test your boards against current mainline. Thanks!
Thanks Tom ! Please drop my patches, they are not necessary.
Stefano
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-09 16:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 15:58 [U-Boot] [PATCH 1/2] omap3: fix NAND for mcx board Stefano Babic
2012-03-09 15:58 ` [U-Boot] [PATCH 2/2] omap3: fix NAND for tam3517 boards Stefano Babic
2012-03-09 16:09 ` [U-Boot] [PATCH 1/2] omap3: fix NAND for mcx board Tom Rini
2012-03-09 16:19 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox