]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
configs: Odroid C2: enable device tree overlays
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Thu, 29 Jun 2017 19:29:55 +0000 (21:29 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 6 Jul 2017 20:17:16 +0000 (16:17 -0400)
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

index 547cd52ec2590e26e39f72e16442724114a76adc..35314142a0421df319edfe3f60dc2bd58f6b8b8d 100644 (file)
@@ -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