Matwey V. Kornilov
2014-08-28 17:42:47 UTC
From: "Matwey V. Kornilov" <matwey.kornilov-***@public.gmane.org>
This is for master (Kernel:HEAD) to fix build:
[30000s] ERROR: "dw_pcie_host_init" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_handle_msi_irq" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_msi_init" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_cfg_write" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_cfg_read" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_setup_rc" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_link_up" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30003s] ERROR: "handle_fasteoi_irq" [drivers/gpio/gpio-zynq.ko] undefined!
Signed-off-by: Matwey V. Kornilov <matwey.kornilov-***@public.gmane.org>
---
However, the fix is trivial for zynq, after it will be fixed in upstream (I am testing the patch) it would be reenabled.
config/armv7hl/default | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/armv7hl/default b/config/armv7hl/default
index ff8833e..71ae044 100644
--- a/config/armv7hl/default
+++ b/config/armv7hl/default
@@ -682,7 +682,7 @@ CONFIG_PCI_TEGRA=y
# CONFIG_PCI_RCAR_GEN2 is not set
# CONFIG_PCI_RCAR_GEN2_PCIE is not set
CONFIG_PCI_HOST_GENERIC=y
-CONFIG_PCIE_SPEAR13XX=m
+# CONFIG_PCIE_SPEAR13XX is not set
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
# CONFIG_PCIE_ECRC is not set
@@ -3607,7 +3607,7 @@ CONFIG_GPIO_RCAR=m
CONFIG_GPIO_SPEAR_SPICS=y
CONFIG_GPIO_SYSCON=m
CONFIG_GPIO_XILINX=y
-CONFIG_GPIO_ZYNQ=m
+# CONFIG_GPIO_ZYNQ is not set
# CONFIG_GPIO_VX855 is not set
CONFIG_GPIO_GRGPIO=m
This is for master (Kernel:HEAD) to fix build:
[30000s] ERROR: "dw_pcie_host_init" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_handle_msi_irq" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_msi_init" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_cfg_write" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_cfg_read" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_setup_rc" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30000s] ERROR: "dw_pcie_link_up" [drivers/pci/host/pcie-spear13xx.ko] undefined!
[30003s] ERROR: "handle_fasteoi_irq" [drivers/gpio/gpio-zynq.ko] undefined!
Signed-off-by: Matwey V. Kornilov <matwey.kornilov-***@public.gmane.org>
---
However, the fix is trivial for zynq, after it will be fixed in upstream (I am testing the patch) it would be reenabled.
config/armv7hl/default | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/armv7hl/default b/config/armv7hl/default
index ff8833e..71ae044 100644
--- a/config/armv7hl/default
+++ b/config/armv7hl/default
@@ -682,7 +682,7 @@ CONFIG_PCI_TEGRA=y
# CONFIG_PCI_RCAR_GEN2 is not set
# CONFIG_PCI_RCAR_GEN2_PCIE is not set
CONFIG_PCI_HOST_GENERIC=y
-CONFIG_PCIE_SPEAR13XX=m
+# CONFIG_PCIE_SPEAR13XX is not set
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
# CONFIG_PCIE_ECRC is not set
@@ -3607,7 +3607,7 @@ CONFIG_GPIO_RCAR=m
CONFIG_GPIO_SPEAR_SPICS=y
CONFIG_GPIO_SYSCON=m
CONFIG_GPIO_XILINX=y
-CONFIG_GPIO_ZYNQ=m
+# CONFIG_GPIO_ZYNQ is not set
# CONFIG_GPIO_VX855 is not set
CONFIG_GPIO_GRGPIO=m
--
1.8.1.4
1.8.1.4