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/actux4.h | |
parent | f90c8022f448bc5e93090e4b714368e52e912f0f (diff) | |
download | u-boot-imx-930590f3e49c8f32256edf2e5861e1535a329c6c.zip u-boot-imx-930590f3e49c8f32256edf2e5861e1535a329c6c.tar.gz u-boot-imx-930590f3e49c8f32256edf2e5861e1535a329c6c.tar.bz2 |
ixp: move serial to drivers/serial
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/actux4.h')
-rw-r--r-- | include/configs/actux4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/actux4.h b/include/configs/actux4.h index f2b701f..cdc9956 100644 --- a/include/configs/actux4.h +++ b/include/configs/actux4.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_UART1 #define CONFIG_BAUDRATE 115200 #define CONFIG_BOOTDELAY 3 |