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 | 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc (patch) | |
tree | 2cf84cab26bf72e8a289680ab1c7c4a0172609ee /include/configs | |
parent | 412ab705888742add435dd6ffc2e8bda14962235 (diff) | |
download | u-boot-9ea91c9fefb3920d735533a7798c1a44a3ed3ffc.tar.gz u-boot-9ea91c9fefb3920d735533a7798c1a44a3ed3ffc.tar.xz u-boot-9ea91c9fefb3920d735533a7798c1a44a3ed3ffc.zip |
netarm: move serial driver to drivers/serial
add CONFIG_NETARM_SERIAL to activate the driver
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/modnet50.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/modnet50.h b/include/configs/modnet50.h index b8ae018efa..74bab5fc4c 100644 --- a/include/configs/modnet50.h +++ b/include/configs/modnet50.h @@ -56,6 +56,7 @@ /* * select serial console configuration */ +#define CONFIG_NETARM_SERIAL #define CONFIG_SERIAL1 1 /* we use Serial line 1 */ /* allow to overwrite serial and ethaddr */ |