diff options
author | Kevin Paul Herbert <kph@platinasystems.com> | 2016-06-14 19:54:15 -0700 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2016-10-27 16:18:38 +0200 |
commit | 0d2bb80a86b3fbee9b93942a9f0dfac9f33f968b (patch) | |
tree | 136e7d44da42f559262fdb8857169dd64b34a0a1 /payloads | |
parent | 3e71dc591b0b6c831ff63d66a42792e859341a36 (diff) |
FILO: update STABLE
The STABLE build of FILO does not build anymore with the
current HEAD of coreboot. However, the current HEAD of FILO
does build with the current HEAD of coreboot. Update FILO
STABLE to FILO HEAD.
Change-Id: I4eece3aaada0dfdf4da106d5d260b5b361537558
Signed-off-by: Kevin Paul Herbert <kph@platinasystems.com>
Reviewed-on: https://review.coreboot.org/15195
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/external/FILO/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/FILO/Makefile b/payloads/external/FILO/Makefile index c5791bf34e..d8c3844529 100644 --- a/payloads/external/FILO/Makefile +++ b/payloads/external/FILO/Makefile @@ -1,6 +1,6 @@ TAG-$(CONFIG_FILO_MASTER)=origin/master NAME-$(CONFIG_FILO_MASTER)=MASTER -TAG-$(CONFIG_FILO_STABLE)=4dbb31a64fe5b1c7e3025ab34619220609897646 +TAG-$(CONFIG_FILO_STABLE)=22baa6bde9339029edfafa421b3d4a7be159edad NAME-$(CONFIG_FILO_STABLE)=STABLE project_git_repo=http://review.coreboot.org/p/filo.git |