x86: cpu: Don't include the cpu driver in TPL
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:56:48 +0000 (08:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:49 +0000 (13:57 +0800)
commitb377ebbd5b8fc371b0b27dd3551f2cc3718757dc
treedf4bd7cd5da5adb2edd1039662b417fd7c721526
parentadd3f4c9186fbd94b6e89c1d277b544a7a6ad404
x86: cpu: Don't include the cpu driver in TPL

We don't need this driver very early in boot and it adds code size. Drop
it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/Makefile