[U-Boot] [PATCH 15/22] x86: Adjust board_final_cleanup() order
Simon Glass
sjg at chromium.org
Tue Mar 21 20:07:00 UTC 2017
On 16 March 2017 at 08:26, Bin Meng <bmeng.cn at gmail.com> wrote:
> Call board_final_cleanup() before write_tables(), so that anything
> done in board_final_cleanup() on a normal boot path is also done
> on an S3 resume path.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> arch/x86/cpu/cpu.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list