diff mbox

[U-Boot,03/44] pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE

Message ID 1460256336-30436-4-git-send-email-sjg@chromium.org
State Superseded
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass April 10, 2016, 2:44 a.m. UTC
This option is not used by any board. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 drivers/pci/pci.c             | 4 ----
 include/configs/MPC8641HPCN.h | 2 --
 include/configs/sbc8641d.h    | 2 --
 3 files changed, 8 deletions(-)

Comments

Bin Meng April 11, 2016, 5:02 a.m. UTC | #1
On Sun, Apr 10, 2016 at 10:44 AM, Simon Glass <sjg@chromium.org> wrote:
> This option is not used by any board. Drop it.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>  drivers/pci/pci.c             | 4 ----
>  include/configs/MPC8641HPCN.h | 2 --
>  include/configs/sbc8641d.h    | 2 --
>  3 files changed, 8 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
diff mbox

Patch

diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 4619089..4b73a0f 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -175,11 +175,7 @@  pci_dev_t pci_find_devices(struct pci_device_id *ids, int index)
 	int bus;
 
 	for (hose = pci_get_hose_head(); hose; hose = hose->next) {
-#ifdef CONFIG_SYS_SCSI_SCAN_BUS_REVERSE
-		for (bus = hose->last_busno; bus >= hose->first_busno; bus--) {
-#else
 		for (bus = hose->first_busno; bus <= hose->last_busno; bus++) {
-#endif
 			bdf = pci_hose_find_devices(hose, bus, ids, &index);
 			if (bdf != -1)
 				return bdf;
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h
index 1f4ed2a..cd8d91f 100644
--- a/include/configs/MPC8641HPCN.h
+++ b/include/configs/MPC8641HPCN.h
@@ -358,8 +358,6 @@  extern unsigned long get_board_sys_clk(unsigned long dummy);
 
 #define CONFIG_PCI_SCAN_SHOW		/* show pci devices on startup */
 
-#undef CONFIG_SYS_SCSI_SCAN_BUS_REVERSE
-
 #define CONFIG_PCI_PNP			/* do pci plug-and-play */
 
 
diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h
index b7238fb..654e96e 100644
--- a/include/configs/sbc8641d.h
+++ b/include/configs/sbc8641d.h
@@ -305,8 +305,6 @@ 
 
 #define CONFIG_PCI_SCAN_SHOW            /* show pci devices on startup */
 
-#undef CONFIG_SYS_SCSI_SCAN_BUS_REVERSE
-
 #define CONFIG_PCI_PNP			/* do pci plug-and-play */
 
 #undef CONFIG_EEPRO100