diff options
author | Simon Glass <sjg@chromium.org> | 2021-03-15 17:25:52 +1300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-03-26 17:03:09 +1300 |
commit | 98ed0ae2cc12d4e7f5895673264f99de2e28317e (patch) | |
tree | ae27f7b4b6496d0395b7ec11ab85640ce6e8ec3b | |
parent | 541b2adf080bf9299161fe9af29659633e03d7db (diff) | |
download | u-boot-98ed0ae2cc12d4e7f5895673264f99de2e28317e.tar.gz u-boot-98ed0ae2cc12d4e7f5895673264f99de2e28317e.tar.bz2 u-boot-98ed0ae2cc12d4e7f5895673264f99de2e28317e.zip |
x86: apl: Use read-only SPL and new of-platdata
With Apollo Lake, SPL is placed in read-only memory. Set this new option
so that OF_PLATDATA_INST can be used.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | arch/x86/cpu/apollolake/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/cpu/apollolake/Kconfig b/arch/x86/cpu/apollolake/Kconfig index 590fe31dc4..b3ce053173 100644 --- a/arch/x86/cpu/apollolake/Kconfig +++ b/arch/x86/cpu/apollolake/Kconfig @@ -21,6 +21,8 @@ config INTEL_APOLLOLAKE select INTEL_GMA_SWSMISCI select ACPI_GNVS_EXTERNAL select TPL_OF_PLATDATA_PARENT + select TPL_OF_PLATDATA_INST + select TPL_READ_ONLY imply ENABLE_MRC_CACHE imply AHCI_PCI imply SCSI |