]> git.baikalelectronics.ru Git - uboot.git/commit
efi_selftest: restore gd before do_reset()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 10 Sep 2020 05:47:58 +0000 (07:47 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 14 Sep 2020 21:28:52 +0000 (23:28 +0200)
commitfb21d2a1fcd2cdc2e66c4dfb5f03613915ba4e3c
tree3eb74c79ca37b2226ddc30ef9e1fe964bd594f43
parent2db622254722f7f4385838d20c2c0d5b1dda8c84
efi_selftest: restore gd before do_reset()

Before calling do_reset() in the EFI selftest we must restore the global
data pointer.

Fixes: 34203959d9a5 ("efi_selftest: substitute ResetSystem() by do_reset()")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_selftest/efi_selftest.c