am33xx/ddr.c: Fix regression on DDR2 platforms
authorTom Rini <trini@konsulko.com>
Thu, 2 Apr 2015 20:01:33 +0000 (16:01 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Apr 2015 12:41:10 +0000 (08:41 -0400)
commite049b772ae21e6698b65ebb3bc3afc61c8b13f39
treed2dcf2e304d0ac3852e16190bb30f63668c93013
parente37f1eb45c9f7da7e3463a27f2c2020fc35604b7
am33xx/ddr.c: Fix regression on DDR2 platforms

Back in fc46bae a "clean up" was introduced that intended to reconcile
some of the AM335x codepaths based on how AM43xx operates.
Unfortunately this introduced a regression on the DDR2 platforms.  This
was un-noticed on DDR3 (everything except for Beaglebone White) as we
had already populated sdram_config correctly in sequence.  This change
brings us back to the older behavior and is fine on all platforms.

Tested on Beaglebone White, Beaglebone Black and AM335x GP EVM

Reported-by: Matt Ranostay <mranostay@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/am33xx/ddr.c