We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb1f69 commit 6bb5b59Copy full SHA for 6bb5b59
modules/coreboot
@@ -1,5 +1,6 @@
1
modules-$(CONFIG_COREBOOT) += coreboot
2
3
+ifeq "$(CONFIG_COREBOOT)" "y"
4
ifeq "$(CONFIG_COREBOOT_VERSION)" "4.8.1"
5
coreboot_version := 4.8.1
6
coreboot_hash := f0ddf4db0628c1fe1e8348c40084d9cbeb5771400c963fd419cda3995b69ad23
@@ -12,6 +13,7 @@ else ifeq "$(CONFIG_COREBOOT_VERSION)" "4.12"
12
13
else
14
$(error "$(BOARD): does not specify coreboot version under CONFIG_COREBOOT_VERSION")
15
endif
16
+endif
17
18
#coreboot_version := git
19
#coreboot_repo := https://github.com/osresearch/coreboot
0 commit comments