]> code.ossystems Code Review - bsp/u-boot.git/commit
imx: mx6ul: using runtime check when configuring PMIC_STBY_REQ
authorPeng Fan <van.freenix@gmail.com>
Thu, 11 Aug 2016 06:02:44 +0000 (14:02 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 16 Sep 2016 17:25:40 +0000 (14:25 -0300)
commit3349f261e10bb5623fab99da16597e0f4ae8d27b
treec674442b4c6cdcb382263e1b0ff4388ba0c1848a
parent1cc2fdaa95ca04918e7c4729b6803a0f63478774
imx: mx6ul: using runtime check when configuring PMIC_STBY_REQ

Since MX6ULL select MX6UL, we can not use IS_ENABLED(CONFIG_MX6UL) here,
because this piece code is only for i.MX6UL.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx6/soc.c