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/actux2.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/actux2.h')
-rw-r--r-- | include/configs/actux2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/actux2.h b/include/configs/actux2.h index 6f59a510e73..4c579ebe2f7 100644 --- a/include/configs/actux2.h +++ b/include/configs/actux2.h @@ -32,6 +32,7 @@ #define CONFIG_DISPLAY_CPUINFO 1 #define CONFIG_DISPLAY_BOARDINFO 1 +#define CONFIG_IXP_SERIAL #define CONFIG_SYS_IXP425_CONSOLE IXP425_UART2 #define CONFIG_BAUDRATE 115200 #define CONFIG_BOOTDELAY 5 |