[coreboot-gerrit] Change in coreboot[master]: arch/x86: include verstage.c only when verstage is a separate stage

Arthur Heymans (Code Review) gerrit at coreboot.org
Wed Jun 6 18:21:30 CEST 2018


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/26924


Change subject: arch/x86: include verstage.c only when verstage is a separate stage
......................................................................

arch/x86: include verstage.c only when verstage is a separate stage

Change-Id: Ia75205001f2443cb8221a0762f182aae01ee615e
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/arch/x86/Makefile.inc
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/26924/1

diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc
index 54ce9b0..801eca9 100644
--- a/src/arch/x86/Makefile.inc
+++ b/src/arch/x86/Makefile.inc
@@ -183,7 +183,7 @@
 # If C environment is used for bootblock it means there's no need
 # for a chipset-specific car_stage_entry() so use the generic one
 # which just calls verstage().
-verstage-$(CONFIG_C_ENVIRONMENT_BOOTBLOCK) += verstage.c
+verstage-$(CONFIG_VBOOT_SEPARATE_VERSTAGE) += verstage.c
 
 verstage-$(CONFIG_COLLECT_TIMESTAMPS_TSC) += timestamp.c
 

-- 
To view, visit https://review.coreboot.org/26924
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia75205001f2443cb8221a0762f182aae01ee615e
Gerrit-Change-Number: 26924
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180606/5e9decfa/attachment.html>


More information about the coreboot-gerrit mailing list