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>
This commit is contained in:
parent
ecc720b261
commit
f095d15d0e
|
@ -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
|
||||
|
||||
################################################################################
|
||||
|
||||
|
|
Loading…
Reference in New Issue