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
..
2015-02-25 07:59:50 +01:00
2015-05-28 08:18:24 -04:00
2015-04-29 11:19:04 +02:00
2015-04-22 12:14:55 -04:00
2014-07-04 19:57:22 +02:00
2015-03-27 16:28:58 +01:00
2014-04-08 00:15:12 +02:00
2012-05-15 08:31:26 +02:00
2015-04-16 11:27:15 +02:00
2014-01-09 16:08:44 +01:00