x86: coreboot: Remove the dummy pch driver
authorBin Meng <bmeng.cn@gmail.com>
Wed, 22 Jun 2016 09:30:03 +0000 (02:30 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 29 Jun 2016 02:08:15 +0000 (10:08 +0800)
commitff6e1569663eccaf9e582c57cc44568915c2f54b
tree4b464885999ab27ee8d5149550ee6481641a2d1b
parent44faff24f58859bdc1acf28ac739020b5091678a
x86: coreboot: Remove the dummy pch driver

There is a dummy pch driver in the coreboot directory. This causes
drivers of its children fail to function due to empty ops. Remove
the whole file since it is no longer needed.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/coreboot/Makefile
arch/x86/cpu/coreboot/pci.c [deleted file]