Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/32306
Change subject: payloads/U-Boot: Update to the latest stable 2019.4 ......................................................................
payloads/U-Boot: Update to the latest stable 2019.4
Change-Id: I4740aa80e3c0faf9b18730390af778abcc92aac3 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M payloads/external/U-Boot/Kconfig M payloads/external/U-Boot/Makefile 2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/32306/1
diff --git a/payloads/external/U-Boot/Kconfig b/payloads/external/U-Boot/Kconfig index 2afe1cd..a2bc512 100644 --- a/payloads/external/U-Boot/Kconfig +++ b/payloads/external/U-Boot/Kconfig @@ -9,7 +9,7 @@ default UBOOT_STABLE
config UBOOT_STABLE - bool "v2016.1" + bool "v2019.4" help Stable U-Boot version
diff --git a/payloads/external/U-Boot/Makefile b/payloads/external/U-Boot/Makefile index b47e74c..5cd8956 100644 --- a/payloads/external/U-Boot/Makefile +++ b/payloads/external/U-Boot/Makefile @@ -13,8 +13,8 @@ ## GNU General Public License for more details. ##
-# 2016-1 tag -STABLE_COMMIT_ID=fa85e826c16b9ce1ad302a57e9c4b24db0d8b930 +# 2019-4 tag +STABLE_COMMIT_ID=3c99166441bf3ea325af2da83cfe65430b49c066
TAG-$(CONFIG_UBOOT_MASTER)=origin/master TAG-$(CONFIG_UBOOT_STABLE)=$(STABLE_COMMIT_ID)
Philipp Deppenwiese has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32306 )
Change subject: payloads/U-Boot: Update to the latest stable 2019.4 ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/32306 )
Change subject: payloads/U-Boot: Update to the latest stable 2019.4 ......................................................................
payloads/U-Boot: Update to the latest stable 2019.4
Change-Id: I4740aa80e3c0faf9b18730390af778abcc92aac3 Signed-off-by: Arthur Heymans arthur@aheymans.xyz Reviewed-on: https://review.coreboot.org/c/coreboot/+/32306 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Philipp Deppenwiese zaolin.daisuki@gmail.com --- M payloads/external/U-Boot/Kconfig M payloads/external/U-Boot/Makefile 2 files changed, 3 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Philipp Deppenwiese: Looks good to me, approved
diff --git a/payloads/external/U-Boot/Kconfig b/payloads/external/U-Boot/Kconfig index 2afe1cd..a2bc512 100644 --- a/payloads/external/U-Boot/Kconfig +++ b/payloads/external/U-Boot/Kconfig @@ -9,7 +9,7 @@ default UBOOT_STABLE
config UBOOT_STABLE - bool "v2016.1" + bool "v2019.4" help Stable U-Boot version
diff --git a/payloads/external/U-Boot/Makefile b/payloads/external/U-Boot/Makefile index b47e74c..5cd8956 100644 --- a/payloads/external/U-Boot/Makefile +++ b/payloads/external/U-Boot/Makefile @@ -13,8 +13,8 @@ ## GNU General Public License for more details. ##
-# 2016-1 tag -STABLE_COMMIT_ID=fa85e826c16b9ce1ad302a57e9c4b24db0d8b930 +# 2019-4 tag +STABLE_COMMIT_ID=3c99166441bf3ea325af2da83cfe65430b49c066
TAG-$(CONFIG_UBOOT_MASTER)=origin/master TAG-$(CONFIG_UBOOT_STABLE)=$(STABLE_COMMIT_ID)