diff options
| author | Lokesh Vutla <[email protected]> | 2017-12-29 11:47:49 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-01-19 15:49:26 -0500 |
| commit | 5cd9661dc68b40e6c03400dba131b92e71f9e730 (patch) | |
| tree | db476155131cd6b1c423c4990631b974529eb691 /cmd/Kconfig | |
| parent | 650fda93c89bcac54ff69603d879ea45f81987f9 (diff) | |
arm: keystone: Move cmd_ddr3 to a common place
Move cmd_ddr3 to cmd/ti in order to make
it build for non-keystone TI platforms.
Signed-off-by: Lokesh Vutla <[email protected]>
[trini: Rename to ddr3.c not cmd_ddr3.c]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 83dc778e46f..faa8bc62b54 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1184,6 +1184,8 @@ config CMD_UUID endmenu +source "cmd/ti/Kconfig" + config CMD_BOOTSTAGE bool "Enable the 'bootstage' command" depends on BOOTSTAGE |
