soc/qualcomm/x1p42100: Remove unused PMIC file from CBFS
This commit removes the Pmic.bin file from the coreboot filesystem (CBFS) and the Makefile.mk for the Qualcomm x1p42100 SoC. The PMIC file is no longer used in the boot process. It's safe to remove it to reduce the size of the final coreboot image and clean up the build configuration. TEST=Able to build and boot google/quenbi. Change-Id: Iac8e4b32677f36959323a5dd3a5c7f88a6359720 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88736 Reviewed-by: Kapil Porwal <kapilporwal@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
ecbca16bf4
commit
281b01ce5e
1 changed files with 0 additions and 8 deletions
|
|
@ -97,14 +97,6 @@ $(QCLIB_CBFS)-type := stage
|
|||
$(QCLIB_CBFS)-compression := $(CBFS_PRERAM_COMPRESS_FLAG)
|
||||
cbfs-files-y += $(QCLIB_CBFS)
|
||||
|
||||
################################################################################
|
||||
PMIC_FILE := $(X1P42100_BLOB)/boot/Pmic.bin
|
||||
PMIC_CBFS := $(CONFIG_CBFS_PREFIX)/pmiccfg
|
||||
$(PMIC_CBFS)-file := $(PMIC_FILE)
|
||||
$(PMIC_CBFS)-type := raw
|
||||
$(PMIC_CBFS)-compression := $(CBFS_COMPRESS_FLAG)
|
||||
cbfs-files-y += $(PMIC_CBFS)
|
||||
|
||||
################################################################################
|
||||
DCB_FILE := $(X1P42100_BLOB)/boot/dcb.bin
|
||||
DCB_CBFS := $(CONFIG_CBFS_PREFIX)/dcb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue