diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-07-15 16:39:17 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-07-15 16:42:39 +0200 |
commit | aa042b463e6582b2f47c21f5f2c669dbbd8632aa (patch) | |
tree | ff20ee2f92a2ac9d23bdcc33ef2812dbb4b51509 /include/configs | |
parent | 07407aeb034ff86d2609cec6bbf073492db6a9bf (diff) |
apalis-imx6: use DCE UARTs for now
Apalis iMX6+ 1GB V1.0A V1.0B are wired for DCE, now that the code is prepared
for DTE switch back to DCE.
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/apalis-imx6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/apalis-imx6.h b/include/configs/apalis-imx6.h index 7ebd2941bf7..4ee885950b5 100644 --- a/include/configs/apalis-imx6.h +++ b/include/configs/apalis-imx6.h @@ -42,9 +42,9 @@ #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE -#define CONFIG_MXC_UART_DTE /* use the uart in DTE mode */ +//#define CONFIG_MXC_UART_DTE /* use the uart in DTE mode */ -/* Make the HW version stuff available to in u-boot env */ +/* Make the HW version stuff available in u-boot env */ #define CONFIG_VERSION_VARIABLE /* ver environment variable */ #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG |