diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-05-16 22:48:46 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:52 +0200 |
commit | 379be585eb2343d8814a5cee5fb3da930d846bee (patch) | |
tree | ee1a692fce02571b87b74dac974ea7993b00b66e /include/configs/pleb2.h | |
parent | ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1 (diff) | |
download | u-boot-imx-379be585eb2343d8814a5cee5fb3da930d846bee.zip u-boot-imx-379be585eb2343d8814a5cee5fb3da930d846bee.tar.gz u-boot-imx-379be585eb2343d8814a5cee5fb3da930d846bee.tar.bz2 |
pxa: move serial driver to drivers/serial
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/pleb2.h')
-rw-r--r-- | include/configs/pleb2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/pleb2.h b/include/configs/pleb2.h index ed873fa..635ef71 100644 --- a/include/configs/pleb2.h +++ b/include/configs/pleb2.h @@ -62,6 +62,7 @@ /* * select serial console configuration */ +#define CONFIG_PXA_SERIAL #define CONFIG_FFUART 1 /* we use FFUART on PLEB 2 */ /* allow to overwrite serial and ethaddr */ |