commit | 86bb48880d75653d692cd02edb81888a2ed2dbb2 | [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 | 40b172314bb68886fce409efbd4db7cbe9d0926a [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>