diff options
author | Martin Roth <martinroth@google.com> | 2017-07-19 21:15:00 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-23 20:17:27 +0000 |
commit | f02171efc69cf1cae8d8c227c3776134054281a8 (patch) | |
tree | db9c9b4aecee891e9f08809c6a71d5da82d60d5a /payloads/external/depthcharge | |
parent | 2671afcbbcf5bbf3391011b25509eadb4f5a16b7 (diff) | |
download | coreboot-f02171efc69cf1cae8d8c227c3776134054281a8.tar.xz |
depthcharge: Update stable commit id
Update from commit eb583fa8 - Wed Mar 29, 2017
(rk3399_sdhci: Reintroduce PHY power-cycling at 52MHz)
to commit 5a086f5c - Tue Jul 11, 2017
(ps8751: enable software sync)
This brings the stable version of depthcharge forward by 74 commits.
Change-Id: I3a3719fa3a91824042d452de7774be85b884d96d
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/20666
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'payloads/external/depthcharge')
-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 95eab8c6ad..fb2d96de67 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=eb583fa82e697a97cb13a2906fcda6e2470c7623 +STABLE_COMMIT_ID=5a086f5c9a5edd56d5dc81e11af10597aaab4218 project_name=depthcharge project_dir=$(CURDIR)/depthcharge |