diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-30 18:58:38 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-30 18:58:38 +0200 |
commit | d3e55d0774a180c1837bd7ddec464015e883bd86 (patch) | |
tree | 82e31e4ba67a1e3f2af84a52f5c3df2d7dc60bfa /include/configs/mx1fs2.h | |
parent | a6ef3ddeafbe8007af3662cc4509b897c53ab395 (diff) | |
download | u-boot-imx-d3e55d0774a180c1837bd7ddec464015e883bd86.zip u-boot-imx-d3e55d0774a180c1837bd7ddec464015e883bd86.tar.gz u-boot-imx-d3e55d0774a180c1837bd7ddec464015e883bd86.tar.bz2 |
imx: move serial driver to drivers/serial
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/mx1fs2.h')
-rw-r--r-- | include/configs/mx1fs2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx1fs2.h b/include/configs/mx1fs2.h index b174b5f..431e669 100644 --- a/include/configs/mx1fs2.h +++ b/include/configs/mx1fs2.h @@ -289,11 +289,12 @@ 0x000b00b ->3<- -> 64MHz/4=16MHz */ #ifdef _CONFIG_UART1 +#define CONFIG_IMX_SERIAL #define CONFIG_IMX_SERIAL1 #elif defined _CONFIG_UART2 +#define CONFIG_IMX_SERIAL #define CONFIG_IMX_SERIAL2 #elif defined _CONFIG_UART3 | defined _CONFIG_UART4 -#define CONFIG_IMX_SERIAL_NONE #define CONFIG_SYS_NS16550 #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_CLK 3686400 |