]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Allow return from board_init_f()
authorSimon Glass <sjg@chromium.org>
Sun, 10 Nov 2013 17:26:59 +0000 (10:26 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 9 Jan 2014 00:24:38 +0000 (17:24 -0700)
commit808434cdbd70b6633c99fe2974af7d25316cc593
treee867522a0f02358fedd4afc11b49852a5f830d42
parent6ebcab8de7c38ca0b2cc5215c5b3e7ccf5f9d0d7
sandbox: Allow return from board_init_f()

The execution flow becomes easier if we can return from board_init_f()
as ARM does. We can control things from start.c instead of having to
call back into that file from other places.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/start.c
common/board_f.c