]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Reorganize and fix problems (returns) in the bootm command.
authorGerald Van Baren <vanbaren@cideas.com>
Sat, 12 May 2007 13:45:46 +0000 (09:45 -0400)
committerGerald Van Baren <vanbaren@cideas.com>
Fri, 10 Aug 2007 23:21:36 +0000 (19:21 -0400)
commit38eb508e8e811e2e57628f445de3a24a23c7d804
tree41079734bc05b2ff0ee234d2aa2fa57425a16ed0
parent89c8757d8f213c47709bdc4efe0695263a6080a6
Reorganize and fix problems (returns) in the bootm command.

Do *NOT* return after the "point of no return" has been passed.
  If something goes wrong, the board must be reset after that point.
Move the "Transferring control to Linux" debug message back to where it
  belongs: just before transferring control to linux.

Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
common/cmd_bootm.c