From: xypron.glpk@gmx.de Date: Thu, 29 Jun 2017 19:29:55 +0000 (+0200) Subject: configs: Odroid C2: enable device tree overlays X-Git-Tag: v2017.07~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=508b9f58e3afa8fd19eb7549bb9777d570c0365f;p=pandora-u-boot.git configs: Odroid C2: enable device tree overlays 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 --- diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig index 547cd52ec25..35314142a04 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