Re: [U-Boot] [PATCH 04/11] x86: quark: Use Quark's own PCI config APIs

2016-02-04 Thread Bin Meng
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote: > On 2 February 2016 at 06:58, Bin Meng wrote: >> There are still two places in Quark's MRC codes that use the generic >> legacy PCI APIs, but as we are phasing out these legacy APIs, switch >> to use

Re: [U-Boot] [PATCH 04/11] x86: quark: Use Quark's own PCI config APIs

2016-02-02 Thread Simon Glass
On 2 February 2016 at 06:58, Bin Meng wrote: > There are still two places in Quark's MRC codes that use the generic > legacy PCI APIs, but as we are phasing out these legacy APIs, switch > to use Quark's own PCI config routines. > > Signed-off-by: Bin Meng

[U-Boot] [PATCH 04/11] x86: quark: Use Quark's own PCI config APIs

2016-02-02 Thread Bin Meng
There are still two places in Quark's MRC codes that use the generic legacy PCI APIs, but as we are phasing out these legacy APIs, switch to use Quark's own PCI config routines. Signed-off-by: Bin Meng --- arch/x86/cpu/quark/mrc_util.c | 5 +++-- 1 file changed, 3