boards: nucleo_l0*: remove invalid options

Remove the `IS_BOOTLOADER` and `BOOTLOADER_SRAM_SIZE` symbols from the
`nucleo_l053r8` and `nucleo_l031k6` boards. The stated reason for
inclusion is to disable the RAM vector table, however this doesn't apply
to the STM32L0 series, only STM32F0.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
Jordan Yates 2021-04-17 19:59:52 +10:00 committed by Ioannis Glaropoulos
commit bcca26260b
2 changed files with 0 additions and 6 deletions

View file

@ -13,9 +13,6 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32000000
CONFIG_MAIN_STACK_SIZE=640
CONFIG_IDLE_STACK_SIZE=200
CONFIG_ISR_STACK_SIZE=512
# Prevent Interrupt Vector Table in RAM
CONFIG_IS_BOOTLOADER=y
CONFIG_BOOTLOADER_SRAM_SIZE=8
# Serial Drivers
CONFIG_SERIAL=y

View file

@ -13,9 +13,6 @@ CONFIG_ARM_MPU=y
CONFIG_MAIN_STACK_SIZE=640
CONFIG_IDLE_STACK_SIZE=200
CONFIG_ISR_STACK_SIZE=512
# Prevent Interrupt Vector Table in RAM
CONFIG_IS_BOOTLOADER=y
CONFIG_BOOTLOADER_SRAM_SIZE=8
# Serial Drivers
CONFIG_SERIAL=y