diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-12-23 22:03:03 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-29 07:17:36 +0000 |
commit | 9895177517a796093ef11616bff8a35b0437610f (patch) | |
tree | 189ac222739a8c9787428ce03c47978d6dd68bd4 | |
parent | c5d367b4d3adbe50a91029710bce69c64b5fa3df (diff) |
soc/intel/skylake: Remove romcc related Kconfig option
Change-Id: I9090be3ccaa8a61312293e9da3679a752a908062
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/30403
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
-rw-r--r-- | src/soc/intel/skylake/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig index 547b165420..c2aecfd5e4 100644 --- a/src/soc/intel/skylake/Kconfig +++ b/src/soc/intel/skylake/Kconfig @@ -113,10 +113,6 @@ config VBOOT select VBOOT_VBNV_CMOS select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH -config BOOTBLOCK_RESETS - string - default "soc/intel/common/reset.c" - config CBFS_SIZE hex default 0x200000 |