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)
committerStefano Babic <sbabic@denx.de>
Tue, 4 Oct 2016 13:41:00 +0000 (15:41 +0200)
commit00ffa56d4b0ffb1518ed9dfc313b0d3d54998879
treec5279dbb2b0a31bb1543ef5bc980fc0e35adeff7
parentcdf33c9403d4856c69908f35dd381486c7dc1e2c
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