[U-Boot] [PATCH v2 5/9] board: odroid-c2: enable serial
Beniamino Galvani
b.galvani at gmail.com
Sun Apr 3 09:18:13 CEST 2016
Enable serial support in the ODROID-C2 configuration.
Signed-off-by: Beniamino Galvani <b.galvani at gmail.com>
---
configs/odroid-c2_defconfig | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
index 765076a..069f02d 100644
--- a/configs/odroid-c2_defconfig
+++ b/configs/odroid-c2_defconfig
@@ -11,3 +11,10 @@ CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-odroidc2"
# CONFIG_CMD_SOURCE is not set
# CONFIG_CMD_SETEXPR is not set
CONFIG_OF_CONTROL=y
+CONFIG_DEBUG_UART=y
+CONFIG_DEBUG_UART_MESON=y
+CONFIG_DEBUG_UART_BASE=0xc81004c0
+CONFIG_DEBUG_UART_CLOCK=24000000
+CONFIG_DEBUG_UART_ANNOUNCE=y
+CONFIG_DEBUG_UART_SKIP_INIT=y
+CONFIG_MESON_SERIAL=y
--
2.7.3
More information about the U-Boot
mailing list