diff options
author | Tim Harvey <tharvey@gateworks.com> | 2015-05-08 18:28:29 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-15 19:21:25 +0200 |
commit | d41c8c8ece89132220dc1f60d92c3b8158f1575f (patch) | |
tree | b4725835b746225a61f015c50807535a1e750313 /include/configs/gw_ventana.h | |
parent | def6031533cd5c03ccf5a6235f967d4dd549bcd8 (diff) | |
download | u-boot-d41c8c8ece89132220dc1f60d92c3b8158f1575f.tar.gz |
imx: ventana: enable DM_SERIAL
mxc_serial supports DM so lets use it.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs/gw_ventana.h')
-rw-r--r-- | include/configs/gw_ventana.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index c8645cac4a..cefd16fb28 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -49,6 +49,7 @@ #ifndef CONFIG_SPL_BUILD #define CONFIG_DM #define CONFIG_DM_GPIO +#define CONFIG_DM_SERIAL #define CONFIG_CMD_DM #endif |