mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
davinci: omapl138_lcdk: add support for TI_COMMON_CMD_OPTIONS
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>
This commit is contained in:
parent
9444387838
commit
fe9ee57944
1 changed files with 2 additions and 0 deletions
|
@ -22,4 +22,6 @@ config SYS_VENDOR
|
|||
config SYS_CONFIG_NAME
|
||||
default "omapl138_lcdk"
|
||||
|
||||
source "board/ti/common/Kconfig"
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue