diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-29 21:01:41 (GMT) |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-29 21:01:41 (GMT) |
commit | 40fd626223eae5363719bcb9a6896f08ceeee90a (patch) | |
tree | 734dd834a7a10fa82cb26fa161d94a18284a478a /include | |
parent | 5fe1377cc46199fe71c47be4b1aa81440ae96f9f (diff) | |
download | u-boot-40fd626223eae5363719bcb9a6896f08ceeee90a.tar.xz |
s3c44b0: move serial driver to drivers/serial
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/B2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/B2.h b/include/configs/B2.h index 9340db6..01b65c5 100644 --- a/include/configs/B2.h +++ b/include/configs/B2.h @@ -65,6 +65,7 @@ /* * select serial console configuration */ +#define CONFIG_S3C44B0_SERIAL #define CONFIG_SERIAL1 1 /* we use Serial line 1 */ #define CONFIG_S3C44B0_I2C |