[PATCH v2] configs: j784s4-am69: Enable UFS
Udit Kumar
u-kumar1 at ti.com
Wed Mar 5 07:13:51 CET 2025
J784S4 EVM board has UFS flash, So enable UFS configs
Cc: Neha Francis <n-francis at ti.com>
Signed-off-by: Udit Kumar <u-kumar1 at ti.com>
---
Changelog:
Changes in v2:
- Rebased with next sha id: 986ab810fa2
- link to v1 https://lore.kernel.org/all/20250217081712.1866257-1-u-kumar1@ti.com/
Bootlogs
https://gist.github.com/uditkumarti/2c45f69a14d2f1fd5ec70920f0df382a
configs/am69_sk_a72_defconfig | 5 +++++
configs/j784s4_evm_a72_defconfig | 4 ++++
2 files changed, 9 insertions(+)
diff --git a/configs/am69_sk_a72_defconfig b/configs/am69_sk_a72_defconfig
index 452de887258..bd8aaf7f201 100644
--- a/configs/am69_sk_a72_defconfig
+++ b/configs/am69_sk_a72_defconfig
@@ -5,5 +5,10 @@ CONFIG_ARCH_K3=y
CONFIG_SOC_K3_J784S4=y
CONFIG_TARGET_J784S4_A72_EVM=y
+CONFIG_CMD_UFS=n
+CONFIG_UFS=n
+CONFIG_CADENCE_UFS=n
+CONFIG_TI_J721E_UFS=n
+
CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am69-sk"
CONFIG_OF_LIST="ti/k3-am69-sk"
diff --git a/configs/j784s4_evm_a72_defconfig b/configs/j784s4_evm_a72_defconfig
index 1ba2bfed2cf..1280194c7a7 100644
--- a/configs/j784s4_evm_a72_defconfig
+++ b/configs/j784s4_evm_a72_defconfig
@@ -170,5 +170,9 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0451
CONFIG_USB_GADGET_PRODUCT_NUM=0x6168
CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_SPL_DFU=y
+CONFIG_CMD_UFS=y
+CONFIG_UFS=y
+CONFIG_CADENCE_UFS=y
+CONFIG_TI_J721E_UFS=y
#include <configs/k3_efi_capsule.config>
--
2.34.1
More information about the U-Boot
mailing list