[U-Boot] [PATCH v2 1/1] configs: Odroid C2: enable device tree overlays

Heinrich Schuchardt xypron.glpk at gmx.de
Thu Jun 29 19:29:55 UTC 2017


The Odroid C2 comes with several expansion options such as an RTC module.
As these expansions are not considered in the Linux device tree they have
to be enabled via device tree overlays.

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
v2:
	remove unnecessary CONFIG_OF_LIBFDT=y
---
 configs/odroid-c2_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
index 547cd52ec2..35314142a0 100644
--- a/configs/odroid-c2_defconfig
+++ b/configs/odroid-c2_defconfig
@@ -28,3 +28,4 @@ CONFIG_DEBUG_UART_CLOCK=24000000
 CONFIG_DEBUG_UART_ANNOUNCE=y
 CONFIG_DEBUG_UART_SKIP_INIT=y
 CONFIG_MESON_SERIAL=y
+CONFIG_OF_LIBFDT_OVERLAY=y
-- 
2.11.0



More information about the U-Boot mailing list