Select Git revision
altera
-
-
- Open in your IDE
- Download source code
- Download this directory
Marek Vasut
authored
First of all, don't break strings in the debug_cond() calls across
multiple lines. Next, zap a couple of really odd casts in the code.
Finally, make i into a signed variable, so it is possible to avoid
constructs of the form:
for (i = FOO;; i--) { <code>; if (i == 0) break; }.
Signed-off-by:
Marek Vasut <marex@denx.de>
Name | Last commit | Last update |
---|---|---|
.. | ||
Makefile | ||
sdram.c | ||
sequencer.c | ||
sequencer.h | ||
sequencer_auto.h | ||
sequencer_auto_ac_init.h | ||
sequencer_auto_inst_init.h | ||
sequencer_defines.h |