
20 Jul
2015
20 Jul
'15
5:01 p.m.
On 19 July 2015 at 19:59, Simon Glass sjg@chromium.org wrote:
On 18 July 2015 at 10:20, Bin Meng bmeng.cn@gmail.com wrote:
Move to driver model pci for Intel queensbay/crownbay.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
arch/x86/cpu/queensbay/Makefile | 1 - arch/x86/cpu/queensbay/tnc.c | 5 ----- arch/x86/cpu/queensbay/tnc_pci.c | 46 ---------------------------------------- arch/x86/dts/crownbay.dts | 6 +++++- configs/crownbay_defconfig | 1 + 5 files changed, 6 insertions(+), 53 deletions(-) delete mode 100644 arch/x86/cpu/queensbay/tnc_pci.c
Acked-by: Simon Glass sjg@chromium.org Tested-by: Simon Glass sjg@chromium.org
Applied to u-boot-x86, thanks!