summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2017-06-06 05:31:51 +0000
committerStefano Babic <sbabic@denx.de>2017-07-12 09:44:22 +0200
commit61366b71a8950aae48ce9e00295a16cf65ac4f02 (patch)
tree38d158cc3ffd6cfd1a72ce48b184f90fdb564814 /configs
parent52c14cabdaf63ec1076be8a2e3054f3f01708256 (diff)
serial: mxc: Add debug uart support
Add support for the debug UART to assist with early debugging. Enable it for i.CoreM6 as an example. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx6qdl_icore_mmc_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/imx6qdl_icore_mmc_defconfig b/configs/imx6qdl_icore_mmc_defconfig
index 8c0cc96ba8..2b1bb3d591 100644
--- a/configs/imx6qdl_icore_mmc_defconfig
+++ b/configs/imx6qdl_icore_mmc_defconfig
@@ -45,3 +45,7 @@ CONFIG_PINCTRL_IMX6=y
CONFIG_MXC_UART=y
CONFIG_IMX_THERMAL=y
CONFIG_VIDEO_IPUV3=y
+CONFIG_DEBUG_UART=y
+CONFIG_DEBUG_UART_MXC=y
+CONFIG_DEBUG_UART_BASE=0x021f0000
+CONFIG_DEBUG_UART_CLOCK=24000000