On Mon, Jun 19, 2023 at 8:02 PM Simon Glass <[email protected]> wrote: > > When global_data is relocated, log_head moves in memory, meaning that > the items in that list point to the wrong place. > > Disable logging when making the change, then reenable it afterwards, so > that logging works normally. > > Signed-off-by: Simon Glass <[email protected]> > --- > > (no changes since v1) > > arch/x86/lib/spl.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) >
Reviewed-by: Bin Meng <[email protected]>

