diff options
author | David Huang <d-huang@ti.com> | 2022-01-25 20:56:35 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-02-08 09:41:27 -0500 |
commit | 8fdb1c7f0abc149dcfcab4f67a77fb42895b47c7 (patch) | |
tree | e526bc18d7d313841ba1b9574a4076b1976c6c4d | |
parent | 98551f8791f919aebcf6d32318b5c074e06c830c (diff) | |
download | u-boot-8fdb1c7f0abc149dcfcab4f67a77fb42895b47c7.tar.gz |
ram: k3-ddrss: Add support for J721S2 SoC
Add support for DDR subsystem in J721S2 SoC.
Signed-off-by: David Huang <d-huang@ti.com>
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
-rw-r--r-- | drivers/ram/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig index a79594d3519..709c916a2a1 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 |