commit | 54545e6cfb5af701ea12c741cebc066c324386cd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 15 14:25:26 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 03 11:41:55 2025 -0600 |
tree | 09c94ccfc478f3f371c7cce779e3d3ee272d2921 | |
parent | b525139c728f25c552973130f228780f4ceee976 [diff] |
x86: qemu: Avoid accessing BSS too early BSS is placed in DRAM which is actually available early with QEMU. But it is cleared by the init sequence, so values stored there are lost. Move the system-type flag into a function, instead. Signed-off-by: Simon Glass <sjg@chromium.org>