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:
parent
89d4a601f5
commit
b524dfca40
|
@ -9,7 +9,7 @@ choice
|
|||
default UBOOT_STABLE
|
||||
|
||||
config UBOOT_STABLE
|
||||
bool "v2016.1"
|
||||
bool "v2019.4"
|
||||
help
|
||||
Stable U-Boot version
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue