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:
Anas Nashif 2015-12-25 10:15:29 -05:00
commit 2d1465cb4d

View file

@ -99,7 +99,6 @@ config XIP
config SRAM_SIZE config SRAM_SIZE
int "SRAM Size in kB" int "SRAM Size in kB"
default 192
help help
This option specifies the size of the SRAM in kB. It is normally set by 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 the platform's defconfig file and the user should generally avoid modifying
@ -115,7 +114,6 @@ config SRAM_BASE_ADDRESS
config FLASH_SIZE config FLASH_SIZE
int "Flash Size in kB" int "Flash Size in kB"
default 1024
help help
This option specifies the size of the flash in kB. It is normally set by 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 the platform's defconfig file and the user should generally avoid modifying