]> git.sur5r.net Git - u-boot/commit
x86: quark: Use Quark's own PCI config APIs
authorBin Meng <bmeng.cn@gmail.com>
Tue, 2 Feb 2016 13:58:02 +0000 (05:58 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 5 Feb 2016 04:47:23 +0000 (12:47 +0800)
commit5a257df702e5702f46fca548d0899c65e90df947
tree836f145f96e041dcf59e80853a4e2e74417b23a7
parent81dab9af9230b24b395674afcbf96f43fec28ad2
x86: quark: Use Quark's own PCI config APIs

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 <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/quark/mrc_util.c