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
config: fix compile failure with CONFIG_JUMP_TO_SW option
When using sama7d65_curiosity_bkptnone_defconfig and "Launch externally
loaded software" to select CONFIG_JUMP_TO_SW, the compilation fails
because image.jump_add was undefined.
In main.c, it directly returns JUMP_ADD for CONFIG_DIRECT_JUMP.
Add default addresses for CONFIG_JUMP_ADDR for SAMA7G5 and
SAMA7D65.
Signed-off-by: Li Bin <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
0 commit comments