From f095d15d0ef63971ee3c56dde3619d741d2b95c0 Mon Sep 17 00:00:00 2001 From: Shelley Chen Date: Mon, 19 Apr 2021 22:25:53 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52536 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/soc/qualcomm/sc7280/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 ################################################################################ -- cgit v1.2.3