mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
ram: k3-ddrss: Enable the am62ax's DDR controller for J722S
The J722S family of SoCs uses the same DDR controller as found on the AM62A family. Enable this option when building for the J722S family. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
This commit is contained in:
parent
6b1193bb7a
commit
ad72b312ce
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ choice
|
|||
default K3_J721E_DDRSS if SOC_K3_J721E || SOC_K3_J721S2 || SOC_K3_J784S4
|
||||
default K3_AM64_DDRSS if SOC_K3_AM642
|
||||
default K3_AM64_DDRSS if SOC_K3_AM625
|
||||
default K3_AM62A_DDRSS if SOC_K3_AM62A7 || SOC_K3_AM62P5
|
||||
default K3_AM62A_DDRSS if SOC_K3_AM62A7 || SOC_K3_AM62P5 || SOC_K3_J722S
|
||||
|
||||
config K3_J721E_DDRSS
|
||||
bool "Enable J721E DDRSS support"
|
||||
|
|
Loading…
Add table
Reference in a new issue