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
The cmake logic which checks the mcuboot_single_image
in order to enable the NRF_NS_SECONDARY variable is wrong
since it evaluates the actual mcuboot_single_image
string and not the variable. As a result the boolean
check is always true and thus the NRF_NS_SECONDARY
is never enabled. Fix the check to use the variable
and not the literal string.
Signed-off-by: Georgios Vasilakis <[email protected]>
0 commit comments