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:
parent
7382dbd13a
commit
6f226eb153
4 changed files with 0 additions and 10 deletions
|
@ -5,7 +5,6 @@
|
||||||
CONFIG_SOC_SERIES_AST10X0=y
|
CONFIG_SOC_SERIES_AST10X0=y
|
||||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=200000000
|
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=200000000
|
||||||
CONFIG_MAIN_STACK_SIZE=4096
|
CONFIG_MAIN_STACK_SIZE=4096
|
||||||
CONFIG_BOOTLOADER_SRAM_SIZE=0
|
|
||||||
CONFIG_FLASH_SIZE=0
|
CONFIG_FLASH_SIZE=0
|
||||||
CONFIG_FLASH_BASE_ADDRESS=0x0
|
CONFIG_FLASH_BASE_ADDRESS=0x0
|
||||||
CONFIG_XIP=n
|
CONFIG_XIP=n
|
||||||
|
|
|
@ -14,4 +14,3 @@ CONFIG_UART_CONSOLE=y
|
||||||
CONFIG_XIP=n
|
CONFIG_XIP=n
|
||||||
CONFIG_FLASH_SIZE=0
|
CONFIG_FLASH_SIZE=0
|
||||||
CONFIG_FLASH_BASE_ADDRESS=0x0
|
CONFIG_FLASH_BASE_ADDRESS=0x0
|
||||||
CONFIG_BOOTLOADER_SRAM_SIZE=0
|
|
||||||
|
|
|
@ -19,10 +19,6 @@ config ROM_START_OFFSET
|
||||||
default 0x800 if XIP
|
default 0x800 if XIP
|
||||||
default 0x0 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
|
if !XIP
|
||||||
config FLASH_SIZE
|
config FLASH_SIZE
|
||||||
default 0
|
default 0
|
||||||
|
|
|
@ -20,10 +20,6 @@ config ROM_START_OFFSET
|
||||||
default 0x800 if XIP
|
default 0x800 if XIP
|
||||||
default 0x0 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
|
if !XIP
|
||||||
config FLASH_SIZE
|
config FLASH_SIZE
|
||||||
default 0
|
default 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue