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:
parent
371a83b9d9
commit
bcca26260b
2 changed files with 0 additions and 6 deletions
|
@ -13,9 +13,6 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32000000
|
||||||
CONFIG_MAIN_STACK_SIZE=640
|
CONFIG_MAIN_STACK_SIZE=640
|
||||||
CONFIG_IDLE_STACK_SIZE=200
|
CONFIG_IDLE_STACK_SIZE=200
|
||||||
CONFIG_ISR_STACK_SIZE=512
|
CONFIG_ISR_STACK_SIZE=512
|
||||||
# Prevent Interrupt Vector Table in RAM
|
|
||||||
CONFIG_IS_BOOTLOADER=y
|
|
||||||
CONFIG_BOOTLOADER_SRAM_SIZE=8
|
|
||||||
|
|
||||||
# Serial Drivers
|
# Serial Drivers
|
||||||
CONFIG_SERIAL=y
|
CONFIG_SERIAL=y
|
||||||
|
|
|
@ -13,9 +13,6 @@ CONFIG_ARM_MPU=y
|
||||||
CONFIG_MAIN_STACK_SIZE=640
|
CONFIG_MAIN_STACK_SIZE=640
|
||||||
CONFIG_IDLE_STACK_SIZE=200
|
CONFIG_IDLE_STACK_SIZE=200
|
||||||
CONFIG_ISR_STACK_SIZE=512
|
CONFIG_ISR_STACK_SIZE=512
|
||||||
# Prevent Interrupt Vector Table in RAM
|
|
||||||
CONFIG_IS_BOOTLOADER=y
|
|
||||||
CONFIG_BOOTLOADER_SRAM_SIZE=8
|
|
||||||
|
|
||||||
# Serial Drivers
|
# Serial Drivers
|
||||||
CONFIG_SERIAL=y
|
CONFIG_SERIAL=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue