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
drivers: hw_cc310: Driver will default be deselected when using mcuboot
When building multi image including mcuboot then mcuboot is compiled
with hard float, however the flags CONFIG_FLOAT and CONFIG_FP_HARDABI
are not set which causes wrong linking.
Therefore hw cc310 will default to yes in mcuboot until this has been
corrected.
This is possible, as cc310 is currently not required in mcuboot.
Signed-off-by: Torsten Rasmussen <[email protected]>
0 commit comments