Skip to content
Snippets Groups Projects
user avatar
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: default avatarPeng Fan <Peng.Fan@freescale.com>
b65d9d86
History