summaryrefslogtreecommitdiff
path: root/include/configs/km_kirkwood.h
diff options
context:
space:
mode:
authorPascal Linder <pascal.linder@edu.hefr.ch>2019-07-09 10:28:23 +0300
committerStefan Roese <sr@denx.de>2019-08-12 10:12:38 +0300
commit9db6bff8b5ffc7d11e83048f7cf56c9dffc2a671 (patch)
tree797656260eef4b290f89312949a77c3d9d51601e /include/configs/km_kirkwood.h
parente5c9e830b8daba4ad511d457fdf76944605e0376 (diff)
downloadu-boot-9db6bff8b5ffc7d11e83048f7cf56c9dffc2a671.tar.xz
km: fixed typo in KM Kirkwood header file
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>
Diffstat (limited to 'include/configs/km_kirkwood.h')
-rw-r--r--include/configs/km_kirkwood.h2
1 files changed, 1 insertions, 1 deletions
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