
8 Jan
2023
8 Jan
'23
3:39 a.m.
This can be written before relocation. Move it to the data section, since accessing BSS before relocation is not permitted.
Signed-off-by: Simon Glass sjg@chromium.org ---
lib/trace.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Applied to u-boot-dm/next, thanks!