diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-30 18:58:39 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-30 18:58:39 +0200 |
commit | 300f99f4539dd5caf7e19af5e4ea5eb259445913 (patch) | |
tree | dda35637322d85077ee448e60a965e03071a3871 /include/configs/VCMA9.h | |
parent | 942ba9969b9efa25f816c238861ecb339c54ed73 (diff) | |
download | u-boot-imx-300f99f4539dd5caf7e19af5e4ea5eb259445913.zip u-boot-imx-300f99f4539dd5caf7e19af5e4ea5eb259445913.tar.gz u-boot-imx-300f99f4539dd5caf7e19af5e4ea5eb259445913.tar.bz2 |
s3c24x0: move serial driver to drivers/serial
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/VCMA9.h')
-rw-r--r-- | include/configs/VCMA9.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index 8550223..5e614fd 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -117,6 +117,7 @@ /* * select serial console configuration */ +#define CONFIG_S3C24X0_SERIAL #define CONFIG_SERIAL1 1 /* we use SERIAL 1 on VCMA9 */ /************************************************************ |