]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Call bootstage_relocate() after malloc is initted
authorDoug Anderson <dianders@chromium.org>
Wed, 17 Apr 2013 16:13:42 +0000 (16:13 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 13 May 2013 20:33:21 +0000 (13:33 -0700)
commit158e7d059c3493f33147d4027dfa0306e1bd1179
tree7bf8ae9a4c6432117f9ca4ab83fec205dc67f9b4
parent150678a5820bed338c1c8de570c451bc77c15900
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>
common/board_r.c