commit | ff6e1569663eccaf9e582c57cc44568915c2f54b | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Jun 22 02:30:03 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Jun 29 10:08:15 2016 +0800 |
tree | 4b464885999ab27ee8d5149550ee6481641a2d1b | |
parent | 44faff24f58859bdc1acf28ac739020b5091678a [diff] |
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>