Forked from
KED Software Projects / Miscellaneous / KED U-Boot Fork
59459 commits behind the upstream repository.
Peng Fan
authored
is_soc_rev should return a bool value, so use "==", but not "-",
change (is_soc_rev(CHIP_REV_1_0) > 0) to (soc_rev() > CHIP_REV_1_0).
This patch also add space between "&" for cpu_type(rev) macro.
Signed-off-by:
Peng Fan <Peng.Fan@freescale.com>
Name | Last commit | Last update |
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
cmd_bmode.c | ||
cmd_dek.c | ||
cmd_hdmidet.c | ||
cpu.c | ||
ddrmc-vf610.c | ||
i2c-mxv7.c | ||
iomux-v3.c | ||
misc.c | ||
sata.c | ||
speed.c | ||
spl.c | ||
spl_sd.cfg | ||
timer.c | ||
video.c |