public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] board/t104xRDB:remove CONFIG_SYS_FLASH_USE_BUFFER_WRITE for NOR
@ 2014-02-20 11:25 Prabhakar Kushwaha
  2014-02-24 16:48 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Prabhakar Kushwaha @ 2014-02-20 11:25 UTC (permalink / raw)
  To: u-boot

Micron NOR flash present on T1040RDB and T1042RDB_PI do not support
write & read command running at same time.

CONFIG_SYS_FLASH_USE_BUFFER_WRITE reads NOR flash before performing write.
So, remove CONFIG_SYS_FLASH_USE_BUFFER_WRITE

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
---
 include/configs/T1040RDB.h    |    1 -
 include/configs/T1042RDB_PI.h |    1 -
 2 files changed, 2 deletions(-)

diff --git a/include/configs/T1040RDB.h b/include/configs/T1040RDB.h
index fd010c0..0f79896 100644
--- a/include/configs/T1040RDB.h
+++ b/include/configs/T1040RDB.h
@@ -72,7 +72,6 @@
 #else
 #define CONFIG_FLASH_CFI_DRIVER
 #define CONFIG_SYS_FLASH_CFI
-#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
 #endif
 
 #ifndef CONFIG_SYS_NO_FLASH
diff --git a/include/configs/T1042RDB_PI.h b/include/configs/T1042RDB_PI.h
index 6d07805..76cbdea 100644
--- a/include/configs/T1042RDB_PI.h
+++ b/include/configs/T1042RDB_PI.h
@@ -72,7 +72,6 @@
 #else
 #define CONFIG_FLASH_CFI_DRIVER
 #define CONFIG_SYS_FLASH_CFI
-#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
 #endif
 
 #ifndef CONFIG_SYS_NO_FLASH
-- 
1.7.9.5

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

* [U-Boot] [PATCH] board/t104xRDB:remove CONFIG_SYS_FLASH_USE_BUFFER_WRITE for NOR
  2014-02-20 11:25 [U-Boot] [PATCH] board/t104xRDB:remove CONFIG_SYS_FLASH_USE_BUFFER_WRITE for NOR Prabhakar Kushwaha
@ 2014-02-24 16:48 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2014-02-24 16:48 UTC (permalink / raw)
  To: u-boot

On 02/20/2014 03:25 AM, Prabhakar Kushwaha wrote:
> Micron NOR flash present on T1040RDB and T1042RDB_PI do not support
> write & read command running at same time.
> 
> CONFIG_SYS_FLASH_USE_BUFFER_WRITE reads NOR flash before performing write.
> So, remove CONFIG_SYS_FLASH_USE_BUFFER_WRITE
> 
> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>

As reviewed internally, please find the root cause of your issue. Removing
CONFIG_SYS_FLASH_USE_BUFFER_WRITE is not the right solution.

York

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

end of thread, other threads:[~2014-02-24 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-20 11:25 [U-Boot] [PATCH] board/t104xRDB:remove CONFIG_SYS_FLASH_USE_BUFFER_WRITE for NOR Prabhakar Kushwaha
2014-02-24 16:48 ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox