From 871bc923740538959dff818f382cbcce0282fa52 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 19 Nov 2015 20:26:56 -0700 Subject: 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 Tested-by: Stephen Warren --- include/configs/apalis_t30.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/apalis_t30.h') diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h index 7552a809db..e1eb700404 100644 --- a/include/configs/apalis_t30.h +++ b/include/configs/apalis_t30.h @@ -51,7 +51,6 @@ #define CONFIG_PCI #define CONFIG_PCI_PNP #define CONFIG_CMD_PCI -#define CONFIG_CMD_PCI_ENUM /* PCI networking support */ #define CONFIG_E1000_NO_NVM -- cgit v1.2.3