u-boot-brain/arch/arm/imx-common
Peng Fan b65d9d868e imx: mx6 correct is_soc_rev usage
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>
2015-06-27 18:16:31 +02:00
..
cmd_bmode.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cmd_dek.c imx: dek_blob: Add explicit include for mapmem 2015-05-15 19:20:48 +02:00
cmd_hdmidet.c Merge git://git.denx.de/u-boot-arm 2013-07-31 11:30:38 +02:00
cpu.c imx: drop warning: unused variable 'max_freq' 2015-06-08 08:55:08 +02:00
ddrmc-vf610.c ARM: vf610: Move DDR3 initialization to imx-common 2015-04-23 14:56:08 -04:00
i2c-mxv7.c arm, imx6, i2c: add I2C4 for MX6DL 2015-05-26 14:16:54 +02:00
iomux-v3.c dm: gpio: vf610: Add GPIO driver support 2015-06-08 08:41:54 +02:00
Kconfig ARM: iMX: define an IMX_CONFIG Kconfig option 2015-03-23 13:19:17 +01:00
Makefile ARM: vf610: Move DDR3 initialization to imx-common 2015-04-23 14:56:08 -04:00
misc.c imx: add missing includes 2014-10-25 15:27:35 -04:00
sata.c mx6: Remove duplication of iomuxc structure 2014-07-23 12:25:41 +02:00
speed.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
spl_sd.cfg mx6: Use a common SPL configuration file 2014-11-20 10:30:18 +01:00
spl.c imx SPL: enable boot from eMMC boot partitions. 2014-12-30 14:05:36 +01:00
timer.c imx: mx6 correct is_soc_rev usage 2015-06-27 18:16:31 +02:00
video.c mx6: video_skip: Fix crash on NULL pointer 2014-11-13 17:56:15 +01:00