All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/6] PXA: Fix Lubbock, remove redundant parenthesis
@ 2011-08-28  1:42 Marek Vasut
  2011-08-28  1:42 ` [U-Boot] [PATCH 2/6] PXA: Fix CSB226, fix monitor length Marek Vasut
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Marek Vasut @ 2011-08-28  1:42 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(-)

NOTE: Albert, I'll get you these four PXA-related in a PULL RQ later.

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] 11+ messages in thread

end of thread, other threads:[~2011-10-31 18:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-28  1:42 [U-Boot] [PATCH 1/6] PXA: Fix Lubbock, remove redundant parenthesis Marek Vasut
2011-08-28  1:42 ` [U-Boot] [PATCH 2/6] PXA: Fix CSB226, fix monitor length Marek Vasut
2011-08-28  1:42 ` [U-Boot] [PATCH 3/6] USB: Fix complaints about strict aliasing in OHCI-HCD Marek Vasut
2011-09-24 17:41   ` Remy Bohmer
2011-09-24 19:20     ` Marek Vasut
2011-09-25  7:00       ` Mike Frysinger
2011-08-28  1:42 ` [U-Boot] [PATCH 4/6] IDE: Fix complaints about strict aliasing in cmd_ide.c Marek Vasut
2011-08-28  1:42 ` [U-Boot] [PATCH 5/6] PXA: Cleanup serial_pxa Marek Vasut
2011-08-28  2:02   ` Marek Vasut
2011-10-31 18:03   ` Marek Vasut
2011-08-28  1:42 ` [U-Boot] [PATCH 6/6] PXA: vpac270: Remove re-defined CONFIG_SYS_TEXT_BASE Marek Vasut

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.