Re: [PATCH v2 10/14] boot: Tidy up logging and naming in vbe_simple

2022-10-17 Thread Simon Glass
Make sure the log_msg_ret() values are unique so that the log trace is unambiguous with LOG_ERROR_RETURN. Also avoid reusing the 'node' variable for two different nodes in bootmeth_vbe_simple_ft_fixup(), since this is confusing. Signed-off-by: Simon Glass --- (no changes since v1) boot/vbe_sim

[PATCH v2 10/14] boot: Tidy up logging and naming in vbe_simple

2022-10-11 Thread Simon Glass
Make sure the log_msg_ret() values are unique so that the log trace is unambiguous with LOG_ERROR_RETURN. Also avoid reusing the 'node' variable for two different nodes in bootmeth_vbe_simple_ft_fixup(), since this is confusing. Signed-off-by: Simon Glass --- (no changes since v1) boot/vbe_sim