]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: apl: Drop unnecessary code in PMC driver
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:45:23 +0000 (12:45 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:20 +0000 (11:27 +0800)
commitca60199fee9a5259250b6e4bd407bac239e52dca
tree94a4e0ca466f7e9c03cd24944de712613db016f1
parentea78675b963e2e9991b4f787a29421799c13a49e
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>
arch/x86/cpu/apollolake/pmc.c