commit | ca60199fee9a5259250b6e4bd407bac239e52dca | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:45:23 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:20 2020 +0800 |
tree | 94a4e0ca466f7e9c03cd24944de712613db016f1 | |
parent | ea78675b963e2e9991b4f787a29421799c13a49e [diff] |
x86: apl: Drop unnecessary code in PMC driver We don't have CONFIG_PCI in TPL but it is present in SPL, etc. So this code is not needed. Drop it, and fix a code-style nit just above. Signed-off-by: Simon Glass <sjg@chromium.org>