
21 Jan
2016
21 Jan
'16
9:01 a.m.
On Thu, Jan 21, 2016 at 3:22 PM, Bin Meng bmeng.cn@gmail.com wrote:
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass sjg@chromium.org wrote:
There is nothing special about the ivybridge pci driver now, so just use the generic one.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Drop the special compatible string in chromebook_link.dts
arch/x86/cpu/ivybridge/Makefile | 1 - arch/x86/cpu/ivybridge/pci.c | 46 ---------------------------------------- arch/x86/dts/chromebook_link.dts | 2 +- 3 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 arch/x86/cpu/ivybridge/pci.c
Reviewed-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86/master, thanks!