commit | fd5fc9e3f6df0f0f70988ff0b2f8176c683ed1d8 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue Feb 19 22:07:22 2019 -0600 |
committer | Stefano Babic <sbabic@denx.de> | Wed Mar 13 09:14:35 2019 +0100 |
tree | 217ec55f28351f75d183c60a3195c81392469d97 | |
parent | 6305fae75c768353107734b391b4272f72c9eea0 [diff] |
imx: serial_mxc: use CONFIG_IS_ENABLED instead of ifdef Kconfig allows boards to configured with DM_SERIAL and still have SPL_DM_SERIAL disabled. This patch changes the ifdef's to CONFIG_IS_ENABLED to allow the modes to differ between SPL and U-Boot. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>