diff options
author | eliassouza <eliascontato@protonmail.com> | 2023-01-27 03:55:55 +0000 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-27 23:43:32 +0000 |
commit | 7ac1a03173978ff94ae063e43a85f72f8f6e6b4b (patch) | |
tree | 08d5275908bb95e430a0166d59104aacb2271e92 /payloads/external | |
parent | dd4c5421d11af8e50d1ded86d94107d5bec27098 (diff) |
payloads/U-boot: Fix U-Boot cloning error
Renaming origin/master to just master fix error during cloning repo.
Error: Remote branch origin/master not found in upstream origin
Change-Id: Ib5d4bb0277076842f8a8400eb61da9ad23465b66
Signed-off-by: eliassouza <eliascontato@protonmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72464
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'payloads/external')
-rw-r--r-- | payloads/external/U-Boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/U-Boot/Makefile b/payloads/external/U-Boot/Makefile index 07b6f48609..c29fe2b613 100644 --- a/payloads/external/U-Boot/Makefile +++ b/payloads/external/U-Boot/Makefile @@ -1,6 +1,6 @@ ## SPDX-License-Identifier: GPL-2.0-only -TAG-$(CONFIG_UBOOT_MASTER)=origin/master +TAG-$(CONFIG_UBOOT_MASTER)=master TAG-$(CONFIG_UBOOT_STABLE)=$(STABLE_COMMIT_ID) project_name=U-Boot |