Wim Vervoorn has uploaded this change for review.

View Change

mb/facebook/monolith: Update VBOOT settings

Make sure the standard for the board options are set when VBOOT is
enabled.

BUG=N/A
TEST=tested on facebook monolith

Change-Id: I9749eeeffbd26e7c5caaeb7c0407a765cf093337
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
---
M src/mainboard/facebook/monolith/Kconfig
1 file changed, 6 insertions(+), 5 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/52053/1
diff --git a/src/mainboard/facebook/monolith/Kconfig b/src/mainboard/facebook/monolith/Kconfig
index ddbc27e..1962352 100644
--- a/src/mainboard/facebook/monolith/Kconfig
+++ b/src/mainboard/facebook/monolith/Kconfig
@@ -80,14 +80,15 @@
bool
default n

+config VBOOT
+ select VBOOT_NO_BOARD_SUPPORT
+ select VBOOT_SLOTS_RW_A
+ select VBOOT_ALWAYS_ENABLE_DISPLAY
+ select VBOOT_ENABLE_CBFS_FALLBACK
+
config RW_REGION_ONLY
string "Files in RW only"

-config VBOOT_ENABLE_CBFS_FALLBACK
- bool
- default y
- depends on VBOOT
-
config VBOOT_ALWAYS_ALLOW_UDC
def_bool y
depends on VBOOT && !CHROMEOS

To view, visit change 52053. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9749eeeffbd26e7c5caaeb7c0407a765cf093337
Gerrit-Change-Number: 52053
Gerrit-PatchSet: 1
Gerrit-Owner: Wim Vervoorn <wvervoorn@eltan.com>
Gerrit-MessageType: newchange