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/ixdpg425.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/ixdpg425.h')
-rw-r--r-- | include/configs/ixdpg425.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ixdpg425.h b/include/configs/ixdpg425.h index 528bccd..193008e 100644 --- a/include/configs/ixdpg425.h +++ b/include/configs/ixdpg425.h @@ -72,6 +72,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 */ |