commit | 2c88d5e110517ba7565b33eb8bfabb0ae0885eab | [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 | 41cd6fab03af8f1d3fae6ee04937583ab7884efa [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>