diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-01-31 09:10:48 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-01-31 10:16:02 +0100 |
commit | 930590f3e49c8f32256edf2e5861e1535a329c6c (patch) | |
tree | 6f25c8035a932a0b079ee71ce6550b60a2a6fba7 /include/configs/pdnb3.h | |
parent | f90c8022f448bc5e93090e4b714368e52e912f0f (diff) |
ixp: move serial to drivers/serial
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/pdnb3.h')
-rw-r--r-- | include/configs/pdnb3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/pdnb3.h b/include/configs/pdnb3.h index f8aac1aba3d..4da401f46bc 100644 --- a/include/configs/pdnb3.h +++ b/include/configs/pdnb3.h @@ -68,6 +68,7 @@ /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE +#define CONFIG_IXP_SERIAL #define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_IXP425_CONSOLE IXP425_UART1 /* we use UART1 for console */ |