payloads/edk2: Drop EDK2_UFS_ENABLE Kconfig option
This option existed because the inclusion of the UFS driver in edk2 needed to be guarded due to some issues on non-UFS equipped devices. Those issues have been resolved in edk2, so the UFS driver does not need guarding anymore. Remove the EDK2_UFS_ENABLE Kconfig symbol definition, associated build logic, and selection from google/brya baseboard. TEST=build/boot UFS and non-UFS ChromeOS boards with edk2 payload. Change-Id: I3f20d503de4a642ee3fbb175c267e1f5f7328c8d Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89857 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Alicja Michalska <ahplka19@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
a86a5ebf7c
commit
4423a0b390
4 changed files with 0 additions and 15 deletions
4
payloads/external/edk2/Makefile
vendored
4
payloads/external/edk2/Makefile
vendored
|
|
@ -150,10 +150,6 @@ endif
|
|||
ifeq ($(CONFIG_EDK2_DISABLE_TPM),y)
|
||||
BUILD_STR += -D TPM_ENABLE=FALSE
|
||||
endif
|
||||
# UFS_ENABLE = FALSE
|
||||
ifeq ($(CONFIG_EDK2_UFS_ENABLE),y)
|
||||
BUILD_STR += -D UFS_ENABLE=TRUE
|
||||
endif
|
||||
# USE_PCO_MMIO_EMMC = FALSE
|
||||
ifeq ($(CONFIG_EDK2_PCO_MMIO_EMMC),y)
|
||||
BUILD_STR += -D USE_PCO_MMIO_EMMC=TRUE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue