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>
This commit is contained in:
Arthur Heymans 2019-04-12 15:32:24 +02:00 committed by Patrick Georgi
parent 89d4a601f5
commit b524dfca40
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ choice
default UBOOT_STABLE default UBOOT_STABLE
config UBOOT_STABLE config UBOOT_STABLE
bool "v2016.1" bool "v2019.4"
help help
Stable U-Boot version Stable U-Boot version

View File

@ -13,8 +13,8 @@
## GNU General Public License for more details. ## GNU General Public License for more details.
## ##
# 2016-1 tag # 2019-4 tag
STABLE_COMMIT_ID=fa85e826c16b9ce1ad302a57e9c4b24db0d8b930 STABLE_COMMIT_ID=3c99166441bf3ea325af2da83cfe65430b49c066
TAG-$(CONFIG_UBOOT_MASTER)=origin/master TAG-$(CONFIG_UBOOT_MASTER)=origin/master
TAG-$(CONFIG_UBOOT_STABLE)=$(STABLE_COMMIT_ID) TAG-$(CONFIG_UBOOT_STABLE)=$(STABLE_COMMIT_ID)