mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
modules/coreboot: drop support for coreboot 4.14
All boards using 4.14 have migrated to 4.15 Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
This commit is contained in:
parent
c5d9fa484b
commit
5859d1438e
@ -19,11 +19,6 @@ else ifeq "$(CONFIG_COREBOOT_VERSION)" "4.13"
|
||||
coreboot_hash := 4779da645a25ddebc78f1bd2bd0b740fb1e6479572648d4650042a2b9502856a
|
||||
coreboot-blobs_hash := 060656b46a7859d038ddeec3f7e086e85f146a50b280c4babec23c1188264dc8
|
||||
coreboot_depends := $(if $(CONFIG_PURISM_BLOBS), purism-blobs)
|
||||
else ifeq "$(CONFIG_COREBOOT_VERSION)" "4.14"
|
||||
coreboot_version := 4.14
|
||||
coreboot_hash := d907379b727561d7ddd1d80b2fabaa373db00c9805719116f591cbc948173c6e
|
||||
coreboot-blobs_hash := 9ee2fe5ba37d0e214000b8655acf8922de6df792adb75790559db4c160847921
|
||||
coreboot_depends := $(if $(CONFIG_PURISM_BLOBS), purism-blobs)
|
||||
else ifeq "$(CONFIG_COREBOOT_VERSION)" "4.15"
|
||||
coreboot_version := 4.15
|
||||
coreboot_hash := 20e6aaa6dd0eaec7753441c799711d1b4630e3ca709536386f2242ac2c8a1ec5
|
||||
|
Loading…
Reference in New Issue
Block a user