projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9444387
)
davinci: omapl138_lcdk: add support for TI_COMMON_CMD_OPTIONS
author
Sekhar Nori
<nsekhar@ti.com>
Thu, 11 May 2017 14:44:21 +0000
(20:14 +0530)
committer
Tom Rini
<trini@konsulko.com>
Fri, 12 May 2017 12:37:41 +0000
(08:37 -0400)
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@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
board/davinci/da8xxevm/Kconfig
patch
|
blob
|
history
diff --git
a/board/davinci/da8xxevm/Kconfig
b/board/davinci/da8xxevm/Kconfig
index 7d0de1d0fa51719fc590215b8062299f2e790413..0935abfd42abe27117087b190a5fb72251dc9dc6 100644
(file)
--- 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