]> Git Repo - J-u-boot.git/commit - cmd/ti/ddr3.c
arm: keystone: Move cmd_ddr3 to a common place
authorLokesh Vutla <[email protected]>
Fri, 29 Dec 2017 06:17:49 +0000 (11:47 +0530)
committerTom Rini <[email protected]>
Fri, 19 Jan 2018 20:49:26 +0000 (15:49 -0500)
commit5cd9661dc68b40e6c03400dba131b92e71f9e730
treedb476155131cd6b1c423c4990631b974529eb691
parent650fda93c89bcac54ff69603d879ea45f81987f9
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]>
arch/arm/mach-keystone/Kconfig
arch/arm/mach-keystone/Makefile
arch/arm/mach-keystone/cmd_ddr3.c [deleted file]
cmd/Kconfig
cmd/Makefile
cmd/ti/Kconfig [new file with mode: 0644]
cmd/ti/Makefile [new file with mode: 0644]
cmd/ti/ddr3.c [new file with mode: 0644]
This page took 0.036078 seconds and 4 git commands to generate.