You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
platform: Include TFM_BSS in zero table for link script templates
While the copy table included the default data segment for these
templates, the zero table didn't include the default bss segment.
Make sure that area gets initialized to zero using the table-based
mechanism instead of relying on the startup code to initialize it
explicitly.
Signed-off-by: Keith Packard <keithp@keithp.com>
0 commit comments