diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-11-14 21:40:25 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-11-23 13:53:20 +0100 |
commit | d804a5e1c369e59f23723cd21e1e422b7702a0ac (patch) | |
tree | b9e7e30941edd6870812d9525089d312974f274b /include/configs/zipitz2.h | |
parent | 543bd27353d2c5679057fe09aa2d02259687ff32 (diff) |
serial: pxa: use kconfig for serial configuration
Migrate the PXA serial driver to be configured via Kconfig.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/configs/zipitz2.h')
-rw-r--r-- | include/configs/zipitz2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index ed2c9acdb1..97dfc0e6ec 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -49,7 +49,6 @@ * Serial Console Configuration * STUART - the lower serial port on Colibri board */ -#define CONFIG_PXA_SERIAL #define CONFIG_STUART 1 #define CONFIG_CONS_INDEX 2 #define CONFIG_BAUDRATE 115200 |