Skip to content
Snippets Groups Projects
Commit ff9ab7c2 authored by Matt Sealey's avatar Matt Sealey Committed by Albert ARIBAUD
Browse files

efikamx: remove drive strength function and roll its functionality into the DCD


Efika MX boards configure their DDR pad settings twice, one in the DCD generated
from imximage_*.cfg and again in init_drive_strength called before relocation.

Rather than doing this, roll the changes it makes into the DCD so DDR is set up
before a single line of code in U-Boot is run.

The settings are identical with this DCD block which is shorter (by 7 entries)
than the old one, and after the output of init_drive_strength since a lot of the
functionality in the existing DCD and init_drive_strength function was just
setting the POR defaults. This goes to explain some now-missing entries.

Several hundred rounds of mtest have been run to test the settings before and
after to confirm DDR is stable and no ill-effects have been found.

Signed-off-by: default avatarMatt Sealey <matt@genesi-usa.com>
Acked-by: default avatarStefano Babic <sbabic@denx.de>
parent 4ee80c63
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment