提交 e3edcb36 编写于 作者: M Matthias Fuchs 提交者: Stefan Roese

ppx4xx: Fix sdram init on PMC440 boards

Signed-off-by: NMatthias Fuchs <matthias.fuchs@esd-electronics.com>
上级 4d332dbe
......@@ -104,5 +104,12 @@ long int initdram (int board_type)
denali_core_search_data_eye();
#endif
/*
* Clear possible errors resulting from data-eye-search.
* If not done, then we could get an interrupt later on when
* exceptions are enabled.
*/
set_mcsr(get_mcsr());
return (CFG_MBYTES_SDRAM << 20);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册