git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6f1402
)
ARM: davinci: Remove duplicated references
author
Adam Ford
<aford173@gmail.com>
Tue, 13 Aug 2019 19:38:11 +0000
(14:38 -0500)
committer
Tom Rini
<trini@konsulko.com>
Tue, 20 Aug 2019 15:46:38 +0000
(11:46 -0400)
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>
board/davinci/da8xxevm/Kconfig
patch
|
blob
|
history
diff --git
a/board/davinci/da8xxevm/Kconfig
b/board/davinci/da8xxevm/Kconfig
index
e0df97c
..
bb1188b
100644
(file)
--- 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