diff mbox

[U-Boot,01/14,v2] armv8/ls2085a: define CONFIG_PCI

Message ID 1434013388-26605-1-git-send-email-prabhakar@freescale.com
State Superseded
Delegated to: York Sun
Headers show

Commit Message

Prabhakar Kushwaha June 11, 2015, 9:02 a.m. UTC
LS2085A has 4 PCIe controller. Enable CONFIG_PCI to init PCIe

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
---
 include/configs/ls2085a_common.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Joe Hershberger June 25, 2015, 11:09 p.m. UTC | #1
Hi Prabhakar,

On Thu, Jun 11, 2015 at 4:02 AM, Prabhakar Kushwaha
<prabhakar@freescale.com> wrote:
> LS2085A has 4 PCIe controller. Enable CONFIG_PCI to init PCIe
>
> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
> ---
>  include/configs/ls2085a_common.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h
> index cf51909..45306c1 100644
> --- a/include/configs/ls2085a_common.h
> +++ b/include/configs/ls2085a_common.h
> @@ -189,6 +189,7 @@ unsigned long long get_qixis_addr(void);
>  #endif
>
>  /* PCIe */
> +#define CONFIG_PCI

Please add this to your _defconfig files instead.

>  #define CONFIG_PCIE1           /* PCIE controler 1 */
>  #define CONFIG_PCIE2           /* PCIE controler 2 */
>  #define CONFIG_PCIE3           /* PCIE controler 3 */
> --
> 1.9.1
>
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h
index cf51909..45306c1 100644
--- a/include/configs/ls2085a_common.h
+++ b/include/configs/ls2085a_common.h
@@ -189,6 +189,7 @@  unsigned long long get_qixis_addr(void);
 #endif
 
 /* PCIe */
+#define CONFIG_PCI
 #define CONFIG_PCIE1		/* PCIE controler 1 */
 #define CONFIG_PCIE2		/* PCIE controler 2 */
 #define CONFIG_PCIE3		/* PCIE controler 3 */