diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2018-04-25 14:11:45 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2018-04-26 16:35:24 +0000 |
commit | a96e31b469c726563812158c4520f67aa6e128d7 (patch) | |
tree | 0db05014e893c7a0a6c3c71be2df1f0e065fb41d | |
parent | cab643e472b3bd00288c72bcfe345384302bd3f2 (diff) | |
download | coreboot-a96e31b469c726563812158c4520f67aa6e128d7.tar.xz |
payloads/depthcharge: Update stable version to upstream master
From commit id 61cfcc3b:
eowth: Select CONFIG_DRIVER_BUS_SPI_INTEL_GSPI_VERSION_2
To commit id 902681db:
zoombini: Enable NVMe as boot source
Change-Id: Iab7676dd642c13f58dde85940ac1c8b52bfce3b7
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://review.coreboot.org/25840
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
-rw-r--r-- | payloads/external/depthcharge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/payloads/external/depthcharge/Makefile b/payloads/external/depthcharge/Makefile index 24e8e34a33..c1993e4538 100644 --- a/payloads/external/depthcharge/Makefile +++ b/payloads/external/depthcharge/Makefile @@ -1,5 +1,5 @@ -# Wed Jan 17, 2018 -STABLE_COMMIT_ID=61cfcc3be1e37c5f892136a6dc2cf72a718e9014 +# Wed Apr 25, 2018 +STABLE_COMMIT_ID=902681db13c170fc2d028f7391a9e9a5f69082a3 project_name=depthcharge project_dir=$(CURDIR)/depthcharge |