summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorDave Gerlach <d-gerlach@ti.com>2021-05-11 10:22:10 -0500
committerLokesh Vutla <lokeshvutla@ti.com>2021-05-12 16:30:52 +0530
commitdb2438131d75ea0198487296b6c694bded080d11 (patch)
treec356f873e61b85229369268335ff4c6e80260dd4 /board
parent67124b9a74fca735beefea147bd4177acaa1661a (diff)
downloadu-boot-db2438131d75ea0198487296b6c694bded080d11.tar.gz
u-boot-db2438131d75ea0198487296b6c694bded080d11.tar.xz
u-boot-db2438131d75ea0198487296b6c694bded080d11.zip
ram: k3-ddrss: Introduce top-level CONFIG_K3_DDRSS
Create a new CONFIG_K3_DDRSS option to select the common parts of the k3-ddrss driver. Also introduce a choice that depends on the top level option to select CONFIG_K3_J721E_DDRSS for j721e support, and update corresponding Kconfig as required. Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Diffstat (limited to 'board')
-rw-r--r--board/ti/j721e/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/ti/j721e/Kconfig b/board/ti/j721e/Kconfig
index 2cbe2b2481..c28752a658 100644
--- a/board/ti/j721e/Kconfig
+++ b/board/ti/j721e/Kconfig
@@ -23,7 +23,7 @@ config TARGET_J721E_R5_EVM
select K3_LOAD_SYSFW
select RAM
select SPL_RAM
- select K3_J721E_DDRSS
+ select K3_DDRSS
imply SYS_K3_SPL_ATF
imply TI_I2C_BOARD_DETECT
@@ -43,7 +43,7 @@ config TARGET_J7200_R5_EVM
select K3_LOAD_SYSFW
select RAM
select SPL_RAM
- select K3_J721E_DDRSS
+ select K3_DDRSS
imply SYS_K3_SPL_ATF
imply TI_I2C_BOARD_DETECT