diff options
author | Adam Ford | 2017-08-25 13:51:01 -0500 |
---|---|---|
committer | Tom Rini | 2017-09-12 18:02:25 -0400 |
commit | f9268375044a27ebd8205f9a761541ce671bc656 (patch) | |
tree | 27dbff30034a78c3b6a2e7d3f933415648a80831 /board/davinci | |
parent | 6c06f8dc4ab02890ef93b50dac129c2b43cc9ea3 (diff) |
davinci: da850-evm: switch to using TI_COMMON_CMD_OPTIONS
Like the OMAP-L138 LCDK before it, let's move the da850-evm and
the variations to TI_COMMON_CMD_OPTIONS to cut back one some of the
defconfig entries.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'board/davinci')
-rw-r--r-- | board/davinci/da8xxevm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/davinci/da8xxevm/Kconfig b/board/davinci/da8xxevm/Kconfig index 0935abfd42a..d49d244672d 100644 --- a/board/davinci/da8xxevm/Kconfig +++ b/board/davinci/da8xxevm/Kconfig @@ -22,6 +22,6 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "omapl138_lcdk" -source "board/ti/common/Kconfig" - endif + +source "board/ti/common/Kconfig" |