diff options
author | Lokesh Vutla | 2019-10-07 19:26:38 +0530 |
---|---|---|
committer | Tom Rini | 2019-10-25 17:33:21 -0400 |
commit | 22b548044b840d67bd941c5b66602ae643db21d3 (patch) | |
tree | 6640f623b629faf9e5659137432a39198cba28d9 /board/ti | |
parent | ec2fa9f76e892b9fd38fe39c564bf9348ab135bd (diff) |
armv7R: K3: j721e: Add support for triggering ddr init from SPL
In SPL, DDR should be made available by the end of board_init_f()
so that apis in board_init_r() can use ddr. Adding support for
triggering DDR initialization from board_init_f().
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'board/ti')
-rw-r--r-- | board/ti/j721e/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/j721e/Kconfig b/board/ti/j721e/Kconfig index c2deb6916ac..88097df6530 100644 --- a/board/ti/j721e/Kconfig +++ b/board/ti/j721e/Kconfig @@ -21,6 +21,7 @@ config TARGET_J721E_R5_EVM select K3_LOAD_SYSFW select RAM select SPL_RAM + select K3_J721E_DDRSS imply SYS_K3_SPL_ATF endchoice |