diff options
author | Simon Glass <sjg@chromium.org> | 2015-11-19 20:26:56 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-12-01 06:26:36 -0700 |
commit | 871bc923740538959dff818f382cbcce0282fa52 (patch) | |
tree | a3dfea2ed24b9d26b584353d8a2fdcfddd41c5ff /include/configs/cardhu.h | |
parent | fde7e18938d84950979beccb4b2b279efb19c4bd (diff) |
dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM
This is not supported with driver model, so print a message instead of
generating a build error. Rescanning PCI is not yet implemented.
This function will be implemented later once some additional PCI driver
model improvements are merged. It was confirmed on the mailing list
that no one on the tegra side will miss this feature, so it is disabled
for tegra.
Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'include/configs/cardhu.h')
-rw-r--r-- | include/configs/cardhu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cardhu.h b/include/configs/cardhu.h index 664e79b063..c26a25cb22 100644 --- a/include/configs/cardhu.h +++ b/include/configs/cardhu.h @@ -75,7 +75,6 @@ #define CONFIG_PCI #define CONFIG_PCI_PNP #define CONFIG_CMD_PCI -#define CONFIG_CMD_PCI_ENUM /* PCI networking support */ #define CONFIG_RTL8169 |