From: Adam Ford Date: Tue, 13 Aug 2019 19:38:11 +0000 (-0500) Subject: ARM: davinci: Remove duplicated references X-Git-Tag: v2019.10-rc3~9^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1905af1e4c683725bd77181852a5be4067c0ec76;p=oweals%2Fu-boot.git ARM: davinci: Remove duplicated references The Kconfig file calls to ti/common/Kconfig twice which makes several of the menu items repeat themselves. In an effort to clean this up, this patch removes the second call which eliminates the duplicate menu items. Signed-off-by: Adam Ford --- diff --git a/board/davinci/da8xxevm/Kconfig b/board/davinci/da8xxevm/Kconfig index e0df97ca0e..bb1188b4ea 100644 --- a/board/davinci/da8xxevm/Kconfig +++ b/board/davinci/da8xxevm/Kconfig @@ -33,8 +33,6 @@ config MAC_ADDR_IN_EEPROM endif -source "board/ti/common/Kconfig" - endif if TARGET_OMAPL138_LCDK