diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-09-13 20:43:45 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-09-14 21:03:19 +0200 |
commit | aca67ed0d218fb551ef29416f079d548e77fc26f (patch) | |
tree | 2b1ee7a6b821e236596878f4e8669952827982a6 | |
parent | eb67a04cb3c1c6149eb54a7e015d53e6e5e17de8 (diff) | |
download | coreboot-aca67ed0d218fb551ef29416f079d548e77fc26f.tar.xz |
payloads/external/SeaBIOS: Bump version to 1.7.5
Change-Id: Ie4b58b739ea411035b1801348e3e73e607299846
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6900
Tested-by: build bot (Jenkins)
Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
-rw-r--r-- | payloads/external/SeaBIOS/Makefile.inc | 2 | ||||
-rw-r--r-- | src/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc index 21bc9a70e8..da454528f3 100644 --- a/payloads/external/SeaBIOS/Makefile.inc +++ b/payloads/external/SeaBIOS/Makefile.inc @@ -1,5 +1,5 @@ TAG-$(CONFIG_SEABIOS_MASTER)=origin/master -TAG-$(CONFIG_SEABIOS_STABLE)=96917a8ed761f017fc8c72ba3b9181fbac03ac59 +TAG-$(CONFIG_SEABIOS_STABLE)=e51488c5f8800a52ac5c8da7a31b85cca5cc95d2 unexport KCONFIG_AUTOHEADER unexport KCONFIG_AUTOCONFIG diff --git a/src/Kconfig b/src/Kconfig index 443732a73c..327e1bf1ad 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -592,7 +592,7 @@ choice depends on PAYLOAD_SEABIOS config SEABIOS_STABLE - bool "1.7.4" + bool "1.7.5" help Stable SeaBIOS version config SEABIOS_MASTER |