summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRajeshwari Shinde <rajeshwari.s@samsung.com>2013-06-24 16:47:23 +0530
committerMinkyu Kang <mk7.kang@samsung.com>2013-06-24 20:47:41 +0900
commitc5171d1c679b1c2c2697c354fe17ae0037d856e7 (patch)
treebb67f5a3bfae8af9dc84322eba5b8704dea6c8e2
parentd4ec8f08856bea73a0def00a7f09dff6a3541604 (diff)
downloadtalos-obmc-uboot-c5171d1c679b1c2c2697c354fe17ae0037d856e7.tar.gz
talos-obmc-uboot-c5171d1c679b1c2c2697c354fe17ae0037d856e7.zip
CONFIG: EXYNOS5: Enable silent console
This patch enables CONFIG_SILENT_CONSOLE for EXYNOS5. This patch also removes the hardcoding of UART port from exynos5250 config. Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
-rw-r--r--include/configs/exynos5250-dt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
index 9b97d4fb04..1c9eca2137 100644
--- a/include/configs/exynos5250-dt.h
+++ b/include/configs/exynos5250-dt.h
@@ -78,9 +78,9 @@
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (4 << 20))
/* select serial console configuration */
-#define CONFIG_SERIAL3 /* use SERIAL 3 */
#define CONFIG_BAUDRATE 115200
#define EXYNOS5_DEFAULT_UART_OFFSET 0x010000
+#define CONFIG_SILENT_CONSOLE
/* Console configuration */
#define CONFIG_CONSOLE_MUX
OpenPOWER on IntegriCloud