summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-10-25 17:33:28 -0400
committerTom Rini <trini@konsulko.com>2019-10-25 17:33:28 -0400
commit15147dc6a96697880cf355ed9df127bd8c896f2c (patch)
treecb4f364950e04426e5631ce78a0eaa0dbc4d250b /board
parent271103ac0b8ff627007f83d379927b60bcccb702 (diff)
parentd0e134b909f75db080c9364bfb84d6bf1d724844 (diff)
downloadu-boot-15147dc6a96697880cf355ed9df127bd8c896f2c.tar.gz
u-boot-15147dc6a96697880cf355ed9df127bd8c896f2c.tar.xz
u-boot-15147dc6a96697880cf355ed9df127bd8c896f2c.zip
Merge branch '2019-10-24-ti-imports'
- Enable DFU on dra7xx boards - Further Keystone 3 platform improvements
Diffstat (limited to 'board')
-rw-r--r--board/ti/j721e/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/j721e/Kconfig b/board/ti/j721e/Kconfig
index c2deb6916a..88097df653 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