diff options
author | Shelley Chen <shchen@google.com> | 2021-04-19 22:25:53 -0700 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2021-04-21 23:09:30 +0000 |
commit | f095d15d0ef63971ee3c56dde3619d741d2b95c0 (patch) | |
tree | dd62dded310e2361d8ccd36a2c32449d946aedc5 /src/soc | |
parent | ecc720b261229b7aa83cf3cff4e48ba850ce0c2d (diff) |
soc/qualcomm/sc7280: Modify Makefile to use sc7280 blob
Now that qc_sec has landed for sc7280
(https://review.coreboot.org/c/qc_blobs/+/51941), we can start using
it instead of the sc7180 placeholders.
BUG=b:182963902
BRANCH=None
TEST=emerge-herobrine coreboot
Change-Id: I5d1014287238d383ef6cd186888845eba0f69750
Signed-off-by: Shelley Chen <shchen@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52536
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/qualcomm/sc7280/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/qualcomm/sc7280/Makefile.inc b/src/soc/qualcomm/sc7280/Makefile.inc index 15bc039c30..4edffb050d 100644 --- a/src/soc/qualcomm/sc7280/Makefile.inc +++ b/src/soc/qualcomm/sc7280/Makefile.inc @@ -22,7 +22,7 @@ ramstage-y += cbmem.c CPPFLAGS_common += -Isrc/soc/qualcomm/sc7280/include CPPFLAGS_common += -Isrc/soc/qualcomm/common/include -SC7280_BLOB := $(top)/3rdparty/qc_blobs/sc7180 +SC7280_BLOB := $(top)/3rdparty/qc_blobs/sc7280 ################################################################################ |