summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-11-29 13:17:46 -0700
committerSimon Glass <sjg@chromium.org>2016-01-12 10:19:09 -0700
commit2b81e8a3c86697180aa31193345a98af18a733f2 (patch)
treee4163ba7d63cd1359960afb0f955c2a201c136b6 /drivers/pci/pci.c
parentfa85e826c16b9ce1ad302a57e9c4b24db0d8b930 (diff)
downloadtalos-obmc-uboot-2b81e8a3c86697180aa31193345a98af18a733f2.tar.gz
talos-obmc-uboot-2b81e8a3c86697180aa31193345a98af18a733f2.zip
dm: pci: Mark legacy files as such
We don't want people changing the legacy PCI files while migration is in progress. Update the file headers to indicate that. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r--drivers/pci/pci.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 645ecd423f..461908941d 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -9,7 +9,10 @@
*/
/*
- * PCI routines
+ * Old PCI routines
+ *
+ * Do not change this file. Instead, convert your board to use CONFIG_DM_PCI
+ * and change pci-uclass.c.
*/
#include <common.h>
OpenPOWER on IntegriCloud