From 664ff99070a012cdc504a6f5bbdb03c95bfe67a7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 2 Mar 2019 08:18:19 -0700 Subject: [PATCH] Use system76 version of edk2 --- payloads/external/tianocore/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile index 87c48b1e0d..b535e49313 100644 --- a/payloads/external/tianocore/Makefile +++ b/payloads/external/tianocore/Makefile @@ -18,8 +18,8 @@ export SHELL := env bash project_name=Tianocore project_dir=$(CURDIR)/tianocore -project_git_repo=https://github.com/mrchromebox/edk2 -project_git_branch=coreboot_fb +project_git_repo=https://github.com/system76/edk2 +project_git_branch=system76 upstream_git_repo=https://github.com/tianocore/edk2 # STABLE revision is MrChromebox's coreboot framebuffer (coreboot_fb) branch