UPSTREAM: Revert "Kconfig: separate memory mapped boot device from SPI"
This reverts commit a83bbf5854.
This was submitted out of order.
CQ-DEPEND=CL:370711
BUG=None
BRANCH=None
TEST=None
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/16226
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Change-Id: Ic5a28faf94c1f1901a72e46343722eb4224c5086
Reviewed-on: https://chromium-review.googlesource.com/370717
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
2332a5a550
commit
0ee7ed030d
5 changed files with 11 additions and 12 deletions
|
|
@ -160,8 +160,7 @@ void platform_fsp_memory_init_params_cb(struct FSPM_UPD *mupd)
|
|||
* state machine transition to next boot state, so that it can function
|
||||
* as designed.
|
||||
*/
|
||||
mupd->FspmConfig.SkipCseRbp =
|
||||
IS_ENABLED(CONFIG_BOOT_DEVICE_MEMORY_MAPPED);
|
||||
mupd->FspmConfig.SkipCseRbp = IS_ENABLED(CONFIG_SPI_FLASH_MEMORY_MAPPED);
|
||||
}
|
||||
|
||||
__attribute__ ((weak))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue