various: Remove BOOTLOADER_SRAM_SIZE overrides

Removes settings this Kconfig to 0, because the default already
is 0

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-11-14 07:49:45 +00:00 committed by Carles Cufí
commit 6f226eb153
4 changed files with 0 additions and 10 deletions

View file

@ -19,10 +19,6 @@ config ROM_START_OFFSET
default 0x800 if XIP
default 0x0 if !XIP
# Override the setting in misc/Kconfig to allow full use of SRAM:
config BOOTLOADER_SRAM_SIZE
default 0 if !XIP
if !XIP
config FLASH_SIZE
default 0

View file

@ -20,10 +20,6 @@ config ROM_START_OFFSET
default 0x800 if XIP
default 0x0 if !XIP
# Override the setting in misc/Kconfig to allow full use of SRAM:
config BOOTLOADER_SRAM_SIZE
default 0 if !XIP
if !XIP
config FLASH_SIZE
default 0