[coreboot-gerrit] Change in coreboot[master]: payloads/external/GRUB2: Build only for x86

Jonathan Neuschäfer (Code Review) gerrit at coreboot.org
Mon Jan 8 18:58:11 CET 2018


Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/23171


Change subject: payloads/external/GRUB2: Build only for x86
......................................................................

payloads/external/GRUB2: Build only for x86

GRUB2 can only be built for x86, so add the corresponding dependency in Kconfig.

Change-Id: I5ef2020b2acb4cd008a57a2372734674f8b84a36
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
M payloads/external/GRUB2/Kconfig.name
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/23171/1

diff --git a/payloads/external/GRUB2/Kconfig.name b/payloads/external/GRUB2/Kconfig.name
index cf23cf8..cf94bb4 100644
--- a/payloads/external/GRUB2/Kconfig.name
+++ b/payloads/external/GRUB2/Kconfig.name
@@ -1,5 +1,6 @@
 config PAYLOAD_GRUB2
 	bool "GRUB2"
+	depends on ARCH_X86
 	help
 	  Select this option if you want to build a coreboot image
 	  with a GRUB2 payload. If you don't know what this is

-- 
To view, visit https://review.coreboot.org/23171
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: I5ef2020b2acb4cd008a57a2372734674f8b84a36
Gerrit-Change-Number: 23171
Gerrit-PatchSet: 1
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180108/ffefcee6/attachment.html>


More information about the coreboot-gerrit mailing list