cortex_m: do not set default flash/sram size
This should be set by the boards. Change-Id: Ife30fff71cebc2fb7275e039557252cfa00cc965 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
02812f4635
commit
2d1465cb4d
1 changed files with 0 additions and 2 deletions
|
@ -99,7 +99,6 @@ config XIP
|
|||
|
||||
config SRAM_SIZE
|
||||
int "SRAM Size in kB"
|
||||
default 192
|
||||
help
|
||||
This option specifies the size of the SRAM in kB. It is normally set by
|
||||
the platform's defconfig file and the user should generally avoid modifying
|
||||
|
@ -115,7 +114,6 @@ config SRAM_BASE_ADDRESS
|
|||
|
||||
config FLASH_SIZE
|
||||
int "Flash Size in kB"
|
||||
default 1024
|
||||
help
|
||||
This option specifies the size of the flash in kB. It is normally set by
|
||||
the platform's defconfig file and the user should generally avoid modifying
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue