
5 Apr
2017
5 Apr
'17
10:36 p.m.
On Fri, Mar 31, 2017 at 08:40:26AM -0600, Simon Glass wrote:
This allows us to use the same DRAM init function on all archs.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Stefan Roese sr@denx.de
This isn't going to work as-is. As part of testing this patch I found that arc wasn't converted. This in turn lead me to do a 'git grep' and as part of fixing the missing renames I found some platforms such as aarch64 layerscape (and ls1021aqds and probably a few others) that make use of both dram_init and initdram. I think that in the end the non-trivial cases here can be re-worked and we can move forward on this, but it's not just a simple rename. Thanks!
--
Tom