diff options
author | Martin Roth <martinroth@google.com> | 2017-08-17 15:36:00 -0600 |
---|---|---|
committer | Marc Jones <marc@marcjonesconsulting.com> | 2017-08-23 16:33:05 +0000 |
commit | 89942a5aa7f7ecd2f9624831783f7d31e6cef791 (patch) | |
tree | 6171009df6cb2dc6e6df6ef93059b88aae703e7f /payloads/external/depthcharge/Makefile | |
parent | 66dce275e58a8128902a302d4a4f0f4571555a8d (diff) | |
download | coreboot-89942a5aa7f7ecd2f9624831783f7d31e6cef791.tar.xz |
Update depthcharge stable to upstream master
Updating from commit id 5a086f5c - Tue Jul 11 23:57:30 2017:
(ps8751: enable software sync.)
to commit id a843f262 - Wed Aug 16 23:37:52 2017:
(kahlee: select emmc boot first if available)
This brings in 20 new commits.
This matches with the updated vboot submodule.
Change-Id: If030bc3e75dd470838590540880213bd841154b8
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/21075
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Diffstat (limited to 'payloads/external/depthcharge/Makefile')
-rw-r--r-- | payloads/external/depthcharge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/depthcharge/Makefile b/payloads/external/depthcharge/Makefile index 8115eb1f4c..f069e9535d 100644 --- a/payloads/external/depthcharge/Makefile +++ b/payloads/external/depthcharge/Makefile @@ -1,5 +1,5 @@ # stabilize-9430.B - Wed Mar 29, 2017 -STABLE_COMMIT_ID=5a086f5c9a5edd56d5dc81e11af10597aaab4218 +STABLE_COMMIT_ID=a843f262420f0e1a7f70d3f8f590d32a78d05ef8 project_name=depthcharge project_dir=$(CURDIR)/depthcharge |