mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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>
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| sdram.c | ||
| sequencer.c | ||
| sequencer.h | ||
| sequencer_auto.h | ||
| sequencer_auto_ac_init.h | ||
| sequencer_auto_inst_init.h | ||
| sequencer_defines.h | ||