diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-29 23:01:41 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-29 23:01:41 +0200 |
commit | 412ab705888742add435dd6ffc2e8bda14962235 (patch) | |
tree | 45848ea38bd1347da153c5facdb979fdc906006f /include/configs/shannon.h | |
parent | b2368754a9202225fd072e159fb78da7d2cdb623 (diff) | |
download | u-boot-412ab705888742add435dd6ffc2e8bda14962235.tar.gz u-boot-412ab705888742add435dd6ffc2e8bda14962235.tar.xz u-boot-412ab705888742add435dd6ffc2e8bda14962235.zip |
sa1100: move serial driver to drivers/serial
add CONFIG_SA1100_SERIAL to activate the driver
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/shannon.h')
-rw-r--r-- | include/configs/shannon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/shannon.h b/include/configs/shannon.h index 717036c3cb..c8b0b161d8 100644 --- a/include/configs/shannon.h +++ b/include/configs/shannon.h @@ -59,6 +59,7 @@ /* * select serial console configuration */ +#define CONFIG_SA1100_SERIAL #define CONFIG_SERIAL3 1 /* we use SERIAL 3 */ /* allow to overwrite serial and ethaddr */ |