public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH 5/6] commonspartan
@ 2003-12-15 18:50 Robert Schwebel
  2004-01-03 20:26 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Schwebel @ 2003-12-15 18:50 UTC (permalink / raw)
  To: u-boot


-------------- next part --------------

#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#

--- u-boot-patches/common/spartan2.c~commonspartan	2003-07-24 16:59:42.000000000 +0200
+++ u-boot-patches/common/spartan2.c	2003-12-09 08:52:06.000000000 +0100
@@ -516,7 +516,7 @@
 				(*fn->clk) (FALSE, TRUE, cookie);
 				CONFIG_FPGA_DELAY ();
 				/* Write data */
-				(*fn->wr) ((val < 0), TRUE, cookie);
+				(*fn->wr) ((val & 0x80), TRUE, cookie);
 				CONFIG_FPGA_DELAY ();
 				/* Assert the clock */
 				(*fn->clk) (TRUE, TRUE, cookie);

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

end of thread, other threads:[~2004-01-03 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-15 18:50 [U-Boot-Users] [PATCH 5/6] commonspartan Robert Schwebel
2004-01-03 20:26 ` Wolfgang Denk

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