diff options
author | Simon Glass <sjg@chromium.org> | 2021-11-23 10:33:57 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-11-25 21:06:15 +0000 |
commit | 1a2e5c5627dfdf87fd9e0430b66167104897cb22 (patch) | |
tree | 2f78d0f0017c79620c7c6308942dc8e58466fa2e /payloads | |
parent | 92ca892727eccdb72392538881c005a063ee3895 (diff) |
payloads/U-Boot: Move to v2021.10
Move to building the latest U-Boot.
Signed-off-by: Simon Glass <sjg@chromium.org>
Change-Id: I33fcfc3135e55d16b0dcd8135217bd5adcef2099
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59606
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/external/U-Boot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/payloads/external/U-Boot/Makefile b/payloads/external/U-Boot/Makefile index 90777a5b9e..daadb3e934 100644 --- a/payloads/external/U-Boot/Makefile +++ b/payloads/external/U-Boot/Makefile @@ -1,7 +1,6 @@ ## SPDX-License-Identifier: GPL-2.0-only -# 2019-4 tag -STABLE_COMMIT_ID=3c99166441bf3ea325af2da83cfe65430b49c066 +STABLE_COMMIT_ID=v2021.07 TAG-$(CONFIG_UBOOT_MASTER)=origin/master TAG-$(CONFIG_UBOOT_STABLE)=$(STABLE_COMMIT_ID) |