]> git.baikalelectronics.ru Git - uboot.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)
commit96157ccc562bfa17da99d583eeb3031ced749662
tree94a4e0ca466f7e9c03cd24944de712613db016f1
parentfbc2cefdd86c8ba69be5383d3ed6c4b203392dc0
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