diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-28 16:11:47 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-27 08:59:32 +0000 |
commit | efa56ab12bf174021b187f506c89b44d0e38e7f9 (patch) | |
tree | 15bdc63789b7bf9eb828cf74bb40292b9beb94fe | |
parent | b8d575c644011c2c771595e860bf1a2d4c8be392 (diff) |
arch/x86: Drop ROMCC_BOOTBLOCK symbol
Change-Id: I968c4392849045cd50bfe2c83de44daba38ee245
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37336
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
-rw-r--r-- | src/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Kconfig b/src/Kconfig index b78b162e9d..762cf8901b 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1177,9 +1177,6 @@ config BOOTBLOCK_CUSTOM # src/lib/bootblock.c#main() C entry point. bool -config ROMCC_BOOTBLOCK - bool - ############################################################################### # Set default values for symbols created before mainboards. This allows the # option to be displayed in the general menu, but the default to be loaded in |