commit | edfaa3998b1a488fe6413c798d950834a7a7b979 | [log] [tgz] |
---|---|---|
author | Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no> | Thu Feb 11 00:24:07 2021 +0100 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Wed Feb 17 19:42:44 2021 +0300 |
tree | 39dd39ae73684a9e427bb66fefdd1adb6fe99eb9 | |
parent | 8f8cdc18c4a7af5b833bc3e5b630bbe527a942b7 [diff] |
tfm: Change TFM_BL2 config from a choice to a bool The choice allowed for using TFM's own default. We now need full knowledge over whether BL2 is enabled or not (e.g. to do signing), so remove this option and simplify to a bool. Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>