commit | a38b86774614f721ff166ab579a660f40809c560 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 29 11:57:54 2021 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Dec 31 07:37:48 2021 +0100 |
tree | 5e4efe9805e01a7d11b75b2b6b7e997564fad942 | |
parent | c3dcef121bcdfbb65b2d1f393dc5ec7680a0ab9a [diff] |
x86: efi: Don't set up global_data again with EFI Since EFI does not relocate and uses the same global_data pointer throughout the board-init process, drop this unnecessary setup, to avoid a hang. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>