mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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 <aford173@gmail.com>
This commit is contained in:
parent
a6f14029e7
commit
1905af1e4c
1 changed files with 0 additions and 2 deletions
|
@ -33,8 +33,6 @@ config MAC_ADDR_IN_EEPROM
|
|||
|
||||
endif
|
||||
|
||||
source "board/ti/common/Kconfig"
|
||||
|
||||
endif
|
||||
|
||||
if TARGET_OMAPL138_LCDK
|
||||
|
|
Loading…
Reference in a new issue