Home
last modified time | relevance | path

Searched hist:b9c771b04c215de981987a92d5e1f016c8dd1921 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/sandbox/lib/
H A Dbootm.cb9c771b04c215de981987a92d5e1f016c8dd1921 Sun Jul 03 15:40:35 UTC 2016 Simon Glass <sjg@chromium.org> sandbox: Don't exit when bootm completes

At present sandbox exits when the 'bootm' command completes, since it is not
actually able to run the OS that is loaded. Normally 'bootm' failure is
considered a fatal error in U-Boot.

However this is annoying for tests, which may want to examine the state
after a test is complete. In any case there is a 'reset' command which can
be used to exit, if required.

Change the behaviour to return normally from the 'bootm' command on sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Teddy Reed <teddy.reed@gmail.com>
/rk3399_rockchip-uboot/common/
H A Dbootm_os.cb9c771b04c215de981987a92d5e1f016c8dd1921 Sun Jul 03 15:40:35 UTC 2016 Simon Glass <sjg@chromium.org> sandbox: Don't exit when bootm completes

At present sandbox exits when the 'bootm' command completes, since it is not
actually able to run the OS that is loaded. Normally 'bootm' failure is
considered a fatal error in U-Boot.

However this is annoying for tests, which may want to examine the state
after a test is complete. In any case there is a 'reset' command which can
be used to exit, if required.

Change the behaviour to return normally from the 'bootm' command on sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Teddy Reed <teddy.reed@gmail.com>