[U-Boot] [PATCH v2 1/2] davinci: omapl138_lcdk: add support for TI_COMMON_CMD_OPTIONS

Sekhar Nori nsekhar at ti.com
Thu May 11 14:44:21 UTC 2017


OMAP-L138 LCDK board can benefit from using the commonly
used commands enabled by TI_COMMON_CMD_OPTIONS.

Source the relevant Kconfig file so TI_COMMON_CMD_OPTIONS
can be enabled for OMAP-L138 LCDK board in a future patch.

Signed-off-by: Sekhar Nori <nsekhar at ti.com>
---
 board/davinci/da8xxevm/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/board/davinci/da8xxevm/Kconfig b/board/davinci/da8xxevm/Kconfig
index 7d0de1d0fa51..0935abfd42ab 100644
--- a/board/davinci/da8xxevm/Kconfig
+++ b/board/davinci/da8xxevm/Kconfig
@@ -22,4 +22,6 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
 	default "omapl138_lcdk"
 
+source "board/ti/common/Kconfig"
+
 endif
-- 
2.9.0



More information about the U-Boot mailing list