[U-Boot] [PATCH 4/9] km: fixed typo in KM Kirkwood header file

Pascal Linder pascal.linder at edu.hefr.ch
Tue Jul 9 07:28:23 UTC 2019


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 at edu.hefr.ch>
Signed-off-by: Holger Brunck <holger.brunck at ch.abb.com>
---
 include/configs/km_kirkwood.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/km_kirkwood.h b/include/configs/km_kirkwood.h
index b679701424..92b0590d08 100644
--- 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_PCIE
 #undef  CONFIG_KIRKWOOD_PCIE_INIT
 #endif
 
-- 
2.21.0



More information about the U-Boot mailing list