diff options
author | Simon Glass <sjg@chromium.org> | 2019-04-25 21:58:45 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2019-05-08 13:02:11 +0800 |
commit | 9898790247040772e068f1ef9ac8a16c01d197ac (patch) | |
tree | a7aba9b36d8389cb6e0be7b2b4e87f253d51c334 /arch/x86 | |
parent | 20d97f33f02c4239569f61794cef4a970b2280ed (diff) | |
download | u-boot-9898790247040772e068f1ef9ac8a16c01d197ac.tar.gz u-boot-9898790247040772e068f1ef9ac8a16c01d197ac.tar.bz2 u-boot-9898790247040772e068f1ef9ac8a16c01d197ac.zip |
x86: Support SPL and TPL
At present only chromebook_link64 supports SPL. It is useful to eb able to
support both TPL and SPL to implement verified boot on x86.
Enable the options for both along with some suitable default options
needed to boot through these phases.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index e052093775..185f0ef8c4 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -32,7 +32,6 @@ config X86_RUN_32BIT config X86_RUN_64BIT bool "64-bit" select X86_64 - select SUPPORT_SPL select SPL select SPL_SEPARATE_BSS help |