mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
98551f8791
commit
8fdb1c7f0a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue