PIT: remove a comment that is incorrect.
The is_resume comment is wrong for this board. It only applies to the older 5250 cpu. In fact, the is_resume parameter is not needed for ddr init and will likely be removed soon. BUG=None TEST=Still builds. BRANCH=None Change-Id: I4e3c92fcaaa75d3c9223d90acccf053f61406307 Signed-off-by: Ronald G. Minnich <rminnich@google.com> Reviewed-on: https://gerrit.chromium.org/gerrit/60103 Reviewed-by: David Hendricks <dhendrix@chromium.org> Commit-Queue: Ronald G. Minnich <rminnich@chromium.org> Tested-by: Ronald G. Minnich <rminnich@chromium.org>
This commit is contained in:
parent
4ceceef8b4
commit
d15e3e363e
1 changed files with 0 additions and 7 deletions
|
|
@ -158,13 +158,6 @@ static void setup_memory(struct mem_timings *mem, int is_resume)
|
|||
mem->mpll_mdiv,
|
||||
mem->frequency_mhz);
|
||||
|
||||
/* FIXME Currently memory initialization with mem_reset on normal boot
|
||||
* will cause resume to fail (even if we don't do mem_reset on resume),
|
||||
* and the workaround is to temporarily always enable "is_resume".
|
||||
* This should be removed when the root cause of resume issue is found.
|
||||
*/
|
||||
is_resume = 1;
|
||||
|
||||
if (ddr3_mem_ctrl_init(mem, DMC_INTERLEAVE_SIZE, !is_resume)) {
|
||||
die("Failed to initialize memory controller.\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue