[U-Boot-Users] [PATCH 5/6] commonspartan
Wolfgang Denk
wd at denx.de
Sat Jan 3 21:26:19 CET 2004
In message <20031215185046.GD10680 at pengutronix.de> you wrote:
>
> --- 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);
>
Please explain why you think this patch is needed, i. e. which
problem it fixes. At least provide a CHANGELOG entry.
Rejected.
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
"The two most common things in the universe are hydrogen and stupi-
dity."
More information about the U-Boot
mailing list