commit | 844199db9a8a0d7b5cbfcc4bc8205359cbfb5707 | [log] [tgz] |
---|---|---|
author | Doug Anderson <dianders@chromium.org> | Wed Apr 17 16:13:42 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Mon May 13 13:33:21 2013 -0700 |
tree | 7bf8ae9a4c6432117f9ca4ab83fec205dc67f9b4 | |
parent | 87e0d8bff1a31d7d3a4ea156942e7c70a5e67a8b [diff] |
Call bootstage_relocate() after malloc is initted In a previous CL we added the bootstage_relocate(), which should be called after malloc is initted. Now we call it on generic board. Signed-off-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>