diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2019-10-15 18:24:40 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-23 20:47:12 -0400 |
commit | a539c8bd7dffa144bdc4826d5858a515f626856f (patch) | |
tree | 801680501fda2dadefd15b0d1b24ed872b8f4cfe /cmd/Makefile | |
parent | 991e8a5ab8a372dfdf872437cafc9c0b44bdc046 (diff) | |
download | u-boot-a539c8bd7dffa144bdc4826d5858a515f626856f.tar.gz |
cmd: Add Support for UFS commands
Add Support for commands to initialize and configure UFS devices.
TODO: Add Support for commands to resize and reconfigure LUNs
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Diffstat (limited to 'cmd/Makefile')
-rw-r--r-- | cmd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index ac843b4b16..2d723ea0f0 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -144,7 +144,7 @@ obj-$(CONFIG_CMD_UNZIP) += unzip.o obj-$(CONFIG_CMD_VIRTIO) += virtio.o obj-$(CONFIG_CMD_WDT) += wdt.o obj-$(CONFIG_CMD_LZMADEC) += lzmadec.o - +obj-$(CONFIG_CMD_UFS) += ufs.o obj-$(CONFIG_CMD_USB) += usb.o disk.o obj-$(CONFIG_CMD_FASTBOOT) += fastboot.o obj-$(CONFIG_CMD_FS_UUID) += fs_uuid.o |