Angel Pons has uploaded this change for review.

View Change

mb/google/gru: Use the fmap with vboot

Otherwise, the build process will fail when vboot is selected.

Change-Id: Ie7b5d0be9ed0621eb4a9c9117f4f5b7d3cdfe741
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M src/mainboard/google/gru/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/40142/1
diff --git a/src/mainboard/google/gru/Kconfig b/src/mainboard/google/gru/Kconfig
index 819c448..e933780 100644
--- a/src/mainboard/google/gru/Kconfig
+++ b/src/mainboard/google/gru/Kconfig
@@ -94,6 +94,10 @@
depends on DRIVERS_UART
default 0xFF1A0000

+config FMDFILE
+ string
+ default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/chromeos.fmd" if VBOOT
+
##########################################################
#### Update below when adding a new derivative board. ####
##########################################################

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie7b5d0be9ed0621eb4a9c9117f4f5b7d3cdfe741
Gerrit-Change-Number: 40142
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange