u-boot-brain/arch/arm/include
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
..
asm imx: mx6 correct is_soc_rev usage 2015-06-27 18:16:31 +02:00
debug arm: debug: replace license blocks with SPDX 2014-10-26 22:22:09 +01:00