Hi Prabhakar, On Thu, Jun 11, 2015 at 4:02 AM, Prabhakar Kushwaha <[email protected]> wrote: > LS2085A has 4 PCIe controller. Enable CONFIG_PCI to init PCIe > > Signed-off-by: Prabhakar Kushwaha <[email protected]> > --- > 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 > [email protected] > http://lists.denx.de/mailman/listinfo/u-boot _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

