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
boot/zephyr/main: fix placement of pointer to arm vector
pointer to the image ARM vector table should be placed out of
stack which is being reconfigured before vt is used for branch
to the application. This caused transient boot failure when
CONFIG_LTO=y.
Moved vt to static data scope.
Signed-off-by: Andrzej Puzdrowski <[email protected]>
0 commit comments