public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/4] PXA: Fix Lubbock, remove redundant parenthesis
@ 2011-08-20 13:28 Marek Vasut
  2011-08-20 13:28 ` [U-Boot] [PATCH 2/4] PXA: Fix CSB226, fix monitor length Marek Vasut
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Marek Vasut @ 2011-08-20 13:28 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
---
 board/lubbock/flash.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/board/lubbock/flash.c b/board/lubbock/flash.c
index 1ea2893..e1e7807 100644
--- a/board/lubbock/flash.c
+++ b/board/lubbock/flash.c
@@ -408,7 +408,7 @@ static int write_data (flash_info_t *info, ulong dest, FPW data)
 
 	/* wait while polling the status register */
 	while (((status = *addr) & (FPW) 0x00800080) != (FPW) 0x00800080) {
-		if (get_timer(start)) > CONFIG_SYS_FLASH_WRITE_TOUT) {
+		if (get_timer(start) > CONFIG_SYS_FLASH_WRITE_TOUT) {
 			*addr = (FPW) 0x00FF00FF;	/* restore read mode */
 			return (1);
 		}
-- 
1.7.5.4

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

end of thread, other threads:[~2011-08-20 18:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-20 13:28 [U-Boot] [PATCH 1/4] PXA: Fix Lubbock, remove redundant parenthesis Marek Vasut
2011-08-20 13:28 ` [U-Boot] [PATCH 2/4] PXA: Fix CSB226, fix monitor length Marek Vasut
2011-08-20 13:28 ` [U-Boot] [PATCH 3/4] USB: Fix anti-aliasing complaints in OHCI-HCD Marek Vasut
2011-08-20 13:34   ` Marek Vasut
2011-08-20 18:07   ` Mike Frysinger
2011-08-20 18:56     ` Marek Vasut
2011-08-20 13:28 ` [U-Boot] [PATCH 4/4] IDE: Fix anti-aliasing in cmd_ide.c Marek Vasut
2011-08-20 18:10   ` Mike Frysinger

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