diff mbox

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

Message ID 20170626183532.2501-1-xypron.glpk@gmx.de
State Superseded
Delegated to: Tom Rini
Headers show

Commit Message

Heinrich Schuchardt June 26, 2017, 6:35 p.m. UTC
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@gmx.de>
---
 configs/odroid-c2_defconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
index 547cd52ec2..a997b0ac64 100644
--- a/configs/odroid-c2_defconfig
+++ b/configs/odroid-c2_defconfig
@@ -28,3 +28,5 @@  CONFIG_DEBUG_UART_CLOCK=24000000
 CONFIG_DEBUG_UART_ANNOUNCE=y
 CONFIG_DEBUG_UART_SKIP_INIT=y
 CONFIG_MESON_SERIAL=y
+CONFIG_OF_LIBFDT=y
+CONFIG_OF_LIBFDT_OVERLAY=y