diff options
| author | Tom Rini <[email protected]> | 2026-03-13 09:01:53 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-13 10:52:03 -0600 |
| commit | dba21bf0b6ececa4bbc15ac93b3cdf4b09286ed7 (patch) | |
| tree | dd57833421f4b24cdbee47249405df46d7a49e96 /common/spl/Makefile | |
| parent | 2f52473884723751316388af30a95419905b1cd3 (diff) | |
| parent | 67d8731d4aad25be00e27eeef3602c519619405e (diff) | |
Merge tag 'u-boot-ufs-20260313' of https://source.denx.de/u-boot/custodians/u-boot-ufs into next
- ufs_hba_ops callbacks cleanup
- Rockchip UFS reset support
- UFS support in SPL
Diffstat (limited to 'common/spl/Makefile')
| -rw-r--r-- | common/spl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/Makefile b/common/spl/Makefile index 4c9482bd309..e18f3cf0948 100644 --- a/common/spl/Makefile +++ b/common/spl/Makefile @@ -37,6 +37,7 @@ obj-$(CONFIG_$(PHASE_)DFU) += spl_dfu.o obj-$(CONFIG_$(PHASE_)SPI_LOAD) += spl_spi.o obj-$(CONFIG_$(PHASE_)RAM_SUPPORT) += spl_ram.o obj-$(CONFIG_$(PHASE_)USB_SDP_SUPPORT) += spl_sdp.o +obj-$(CONFIG_$(PHASE_)UFS_SUPPORT) += spl_ufs.o endif obj-$(CONFIG_$(PHASE_)UPL) += spl_upl.o |
