diff options
author | Pascal Linder <pascal.linder@edu.hefr.ch> | 2019-07-09 09:28:23 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-08-12 09:12:38 +0200 |
commit | 9db6bff8b5ffc7d11e83048f7cf56c9dffc2a671 (patch) | |
tree | 797656260eef4b290f89312949a77c3d9d51601e /include/configs | |
parent | e5c9e830b8daba4ad511d457fdf76944605e0376 (diff) |
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')
-rw-r--r-- | include/configs/km_kirkwood.h | 2 |
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 |