[PATCH v3 09/20] ram: k3-ddrss: Add support for J721S2 SoC
Aswath Govindraju
a-govindraju at ti.com
Tue Jan 18 08:27:56 CET 2022
From: David Huang <d-huang at ti.com>
Add support for DDR subsystem in J721S2 SoC.
Signed-off-by: David Huang <d-huang at ti.com>
Signed-off-by: Aswath Govindraju <a-govindraju at ti.com>
---
drivers/ram/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig
index a79594d35198..709c916a2a11 100644
--- a/drivers/ram/Kconfig
+++ b/drivers/ram/Kconfig
@@ -62,7 +62,7 @@ choice
depends on K3_DDRSS
prompt "K3 DDRSS Arch Support"
- default K3_J721E_DDRSS if SOC_K3_J721E
+ default K3_J721E_DDRSS if SOC_K3_J721E || SOC_K3_J721S2
default K3_AM64_DDRSS if SOC_K3_AM642
config K3_J721E_DDRSS
--
2.17.1
More information about the U-Boot
mailing list