commit | 7e9f5880632411bd6b0f95697f0fa0dea4d07d68 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 15 14:15:40 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sat Feb 11 12:22:34 2023 -0500 |
tree | 9ca3702ccedd72e59f6cb1a744ab0455c6b05fdf | |
parent | 1cada18a8f11768fb4fb9947eabdf493d1372ad6 [diff] |
sandbox: Bring back setting mon_len in global_data This change was made for the benefit of RISC-V but broke other architectures also. In particular, tracing cannot work without this value. Add it back for architectures which support it. Fixes: 3c9fc23c443 ("sandbox: don't refer to symbol _init") Signed-off-by: Simon Glass <sjg@chromium.org>