]> git.ipfire.org Git - people/ms/u-boot.git/commit
blackfin: x86: bootm: Handle PREP stage of bootm
authorSimon Glass <sjg@chromium.org>
Thu, 11 Jul 2013 06:08:09 +0000 (23:08 -0700)
committerTom Rini <trini@ti.com>
Fri, 12 Jul 2013 14:32:39 +0000 (10:32 -0400)
commit7af26b1669b75a02e1cfaa68ac526897e790af84
tree8f712f6ac5e9fee0aebe6412a0cc80f5aecd71c8
parentec3902919307f1e1defbefa177a9298f0ddb7e53
blackfin: x86: bootm: Handle PREP stage of bootm

The OS function is now always called with the PREP stage. Adjust the
remaining bootm OS functions to deal with this correctly.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/blackfin/lib/boot.c
arch/x86/lib/bootm.c
common/cmd_bootm.c