mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
b65d9d868e
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> |
||
---|---|---|
.. | ||
cmd_bmode.c | ||
cmd_dek.c | ||
cmd_hdmidet.c | ||
cpu.c | ||
ddrmc-vf610.c | ||
i2c-mxv7.c | ||
iomux-v3.c | ||
Kconfig | ||
Makefile | ||
misc.c | ||
sata.c | ||
speed.c | ||
spl.c | ||
spl_sd.cfg | ||
timer.c | ||
video.c |