diff options
author | Yu-Ping Wu <yupingso@chromium.org> | 2023-02-08 10:39:19 +0800 |
---|---|---|
committer | Yu-Ping Wu <yupingso@google.com> | 2023-02-09 03:16:20 +0000 |
commit | d8353e714318591dda89398d39b78d9ff48f2e36 (patch) | |
tree | 56309aa124da2d40ea8cfa25a9d3be9fe3d731aa /src/mainboard/intel | |
parent | 4bd03da498f175fe59f029848c5f8d371ba203cb (diff) |
mb/intel/emeraldlake2: Remove unused VBOOT option
Remove the commented VBOOT_VBNV_CMOS Kconfig option as well as VBOOT for
emeraldlake2.
BUG=b:235293589
TEST=none
Change-Id: Ie583dcf615573784c657b9d220ad417b05704150
Signed-off-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72890
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r-- | src/mainboard/intel/emeraldlake2/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/intel/emeraldlake2/Kconfig b/src/mainboard/intel/emeraldlake2/Kconfig index 86fe98a803..72ab43f673 100644 --- a/src/mainboard/intel/emeraldlake2/Kconfig +++ b/src/mainboard/intel/emeraldlake2/Kconfig @@ -14,9 +14,6 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_ME_BIN #select MAINBOARD_HAS_CHROMEOS -config VBOOT - #select VBOOT_VBNV_CMOS - config MAINBOARD_DIR default "intel/emeraldlake2" |