projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5c9e83
)
km: fixed typo in KM Kirkwood header file
author
Pascal Linder
<pascal.linder@edu.hefr.ch>
Tue, 9 Jul 2019 07:28:23 +0000
(09:28 +0200)
committer
Stefan Roese
<sr@denx.de>
Mon, 12 Aug 2019 07:12:38 +0000
(09:12 +0200)
A typo in the km_kirkwood.h header prevented to undefine the initialization
of the Kirkwood PCIe interface.
Signed-off-by: Pascal Linder <pascal.linder@edu.hefr.ch>
Signed-off-by: Holger Brunck <holger.brunck@ch.abb.com>
Signed-off-by: Stefan Roese <sr@denx.de>
include/configs/km_kirkwood.h
patch
|
blob
|
history
diff --git
a/include/configs/km_kirkwood.h
b/include/configs/km_kirkwood.h
index b679701424d5fd740deeec956c820410f0606f24..92b0590d08fadd1c711f4f014be95f06ceb24b84 100644
(file)
--- a/
include/configs/km_kirkwood.h
+++ b/
include/configs/km_kirkwood.h
@@
-144,7
+144,7
@@
MVGBE_SET_MII_SPEED_TO_100)
#endif
-#ifdef CONFIG_KM_DISABLE_PCI
+#ifdef CONFIG_KM_DISABLE_PCI
E
#undef CONFIG_KIRKWOOD_PCIE_INIT
#endif