commit | 7879ddc4ff119b76d42fb0646e475a52a01e798c | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <contact@paulk.fr> | Mon Jul 20 15:17:10 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 12 20:47:36 2015 -0400 |
tree | e6e78a232ce4d39c05cec82d7f23624bdb90a74a | |
parent | 9397fbeb94cbcab093f0d214ea4d5c4141815ecd [diff] |
omap3: Reboot mode support Reboot mode is written in scratchpad memory before reboot in the form of a single char, that is the first letter of the reboot mode string as passed to the reboot function. This mechanism is supported on OMAP3 both my the upstream kernel and by various TI kernels. It is up to each board to make use of this mechanism or not. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Tom Rini <trini@konsulko.com>