boards: stm32l562e_dk: Remove forced CORTEX_M_SYSTICK selection
Since recent developments, CORTEX_M_SYSTICK should not be forced on STM32L5 targets as this conflicts with optional LPTIM selection as kernel tick source. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
b64197fba6
commit
a716e896db
1 changed files with 0 additions and 1 deletions
|
@ -39,6 +39,5 @@ CONFIG_UART_CONSOLE=y
|
|||
CONFIG_ARM_MPU=y
|
||||
|
||||
CONFIG_ARM_TRUSTZONE_M=y
|
||||
CONFIG_CORTEX_M_SYSTICK=y
|
||||
CONFIG_RUNTIME_NMI=y
|
||||
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue