ARM: keystone2: Only link cmd_ddr3.o on non-SPL builds
authorTom Rini <trini@konsulko.com>
Wed, 16 Mar 2016 13:24:00 +0000 (09:24 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 16 Mar 2016 19:03:34 +0000 (15:03 -0400)
commit80485af24392a6a1816cc8b9692ac3d7193a62fc
tree6c740faf0ae40f5074a94a623849817bfa763ff8
parent534bc70e35878bd437d0e665e5ee8c371c9c3b49
ARM: keystone2: Only link cmd_ddr3.o on non-SPL builds

When we switch to including all linker lists in SPL it is important
to not include commands as that may lead to link errors due to other
things we have already discarded.  In this case simply move cmd_ddr3.o
over to the list with the rest.

Cc: Vitaly Andrianov <vitalya@ti.com>
Cc: Nishanth Menon <nm@ti.com>
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-keystone/Makefile