diff options
author | Ryan Salsamendi <rsalsamendi@hotmail.com> | 2016-06-15 16:17:21 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-06-20 23:50:49 +0200 |
commit | 5b9a253ae97abdcece7c71e83b6a61004f6d41e8 (patch) | |
tree | 390b0393e29a69269d247cc2c22ebc649f8af788 /payloads/external/SeaBIOS | |
parent | 072d436b3f72c788b4ec63e31ba75c832ff81c33 (diff) |
Update SeaBIOS URL to https
Change-Id: If1c37bf2bb7df35d5e5ec37cefb9bb92a251f93b
Signed-off-by: Ryan Salsamendi <rsalsamendi@hotmail.com>
Reviewed-on: https://review.coreboot.org/15206
Tested-by: build bot (Jenkins)
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Antonello Dettori <dev@dettori.io>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'payloads/external/SeaBIOS')
-rw-r--r-- | payloads/external/SeaBIOS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/SeaBIOS/Makefile b/payloads/external/SeaBIOS/Makefile index 862a679f1f..ba056a972f 100644 --- a/payloads/external/SeaBIOS/Makefile +++ b/payloads/external/SeaBIOS/Makefile @@ -2,7 +2,7 @@ TAG-$(CONFIG_SEABIOS_MASTER)=origin/master TAG-$(CONFIG_SEABIOS_STABLE)=b3ef39f532db52bf17457ba931da758eeb38d6b4 TAG-$(CONFIG_SEABIOS_REVISION)=$(CONFIG_SEABIOS_REVISION_ID) -project_git_repo=http://review.coreboot.org/p/seabios.git +project_git_repo=https://review.coreboot.org/p/seabios.git project_dir=seabios unexport KCONFIG_AUTOHEADER |