summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2012-10-16 02:25:07 +0200
committerPeter Stuge <peter@stuge.se>2012-10-16 03:31:05 +0200
commit9b48ef27331f2adc23a15f135ee99f6e619f55af (patch)
tree5e75991b82175b5dca020ce5a276f7fb3204c75d
parentf450b8619ebcd8dee94d175b2710f07e9884696d (diff)
downloadcoreboot-9b48ef27331f2adc23a15f135ee99f6e619f55af.tar.xz
Update SeaBIOS stable to the release-1.7.1 commit
Change-Id: I0dffe89c31e45914f795d9ad8efb787b5fdbb7a8 Signed-off-by: Peter Stuge <peter@stuge.se> Reviewed-on: http://review.coreboot.org/1583 Tested-by: build bot (Jenkins)
-rw-r--r--payloads/external/SeaBIOS/Makefile.inc2
-rw-r--r--src/Kconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc
index d856f37403..5e1df476a7 100644
--- a/payloads/external/SeaBIOS/Makefile.inc
+++ b/payloads/external/SeaBIOS/Makefile.inc
@@ -1,7 +1,7 @@
TAG-$(CONFIG_SEABIOS_MASTER)=origin/master
-TAG-$(CONFIG_SEABIOS_STABLE)=385a7d0dec28841a05531cba96c62138c3959fef
+TAG-$(CONFIG_SEABIOS_STABLE)=51755c3b5ed9dcdfdef8cee56631d68642bde416
unexport KCONFIG_AUTOCONFIG
diff --git a/src/Kconfig b/src/Kconfig
index e0062dde6e..9630e0c816 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -508,7 +508,7 @@ choice
depends on PAYLOAD_SEABIOS
config SEABIOS_STABLE
- bool "stable"
+ bool "1.7.1"
help
Stable SeaBIOS version
config SEABIOS_MASTER