soc: infineon: Move stack definitions to correct place
Moves CONFIG_MAIN_STACK_SIZE to be the default in the Kconfig.defconfig files Signed-off-by: Sreeram Tatapudi <sreeram.praveen@infineon.com>
This commit is contained in:
parent
d12686269f
commit
11fd181cdf
8 changed files with 15 additions and 9 deletions
|
@ -20,6 +20,3 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable clock controller
|
# Enable clock controller
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
# Main Stack Size
|
|
||||||
CONFIG_MAIN_STACK_SIZE=2048
|
|
||||||
|
|
|
@ -22,8 +22,5 @@ CONFIG_GPIO=y
|
||||||
# Enable clock controller
|
# Enable clock controller
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
# Main Stack Size
|
|
||||||
CONFIG_MAIN_STACK_SIZE=2048
|
|
||||||
|
|
||||||
# Add catcm0p sleep images for CM0 Devices
|
# Add catcm0p sleep images for CM0 Devices
|
||||||
CONFIG_SOC_PSOC6_CM0P_IMAGE_SLEEP=y
|
CONFIG_SOC_PSOC6_CM0P_IMAGE_SLEEP=y
|
||||||
|
|
|
@ -20,8 +20,5 @@ CONFIG_GPIO=y
|
||||||
# Enable clock controller
|
# Enable clock controller
|
||||||
CONFIG_CLOCK_CONTROL=y
|
CONFIG_CLOCK_CONTROL=y
|
||||||
|
|
||||||
# Main Stack Size
|
|
||||||
CONFIG_MAIN_STACK_SIZE=2048
|
|
||||||
|
|
||||||
# Enable code/data relocation to move SMIF driver into RAM
|
# Enable code/data relocation to move SMIF driver into RAM
|
||||||
CONFIG_CODE_DATA_RELOCATION=y
|
CONFIG_CODE_DATA_RELOCATION=y
|
||||||
|
|
|
@ -13,6 +13,9 @@ config NUM_IRQS
|
||||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||||
default 100000000
|
default 100000000
|
||||||
|
|
||||||
|
config MAIN_STACK_SIZE
|
||||||
|
default 2048
|
||||||
|
|
||||||
# add additional die specific params
|
# add additional die specific params
|
||||||
|
|
||||||
endif # SOC_DIE_PSOC6_01
|
endif # SOC_DIE_PSOC6_01
|
||||||
|
|
|
@ -16,6 +16,9 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||||
config BUILD_OUTPUT_HEX
|
config BUILD_OUTPUT_HEX
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config MAIN_STACK_SIZE
|
||||||
|
default 2048
|
||||||
|
|
||||||
# add additional die specific params
|
# add additional die specific params
|
||||||
|
|
||||||
endif # SOC_DIE_PSOC6_02
|
endif # SOC_DIE_PSOC6_02
|
||||||
|
|
|
@ -13,6 +13,9 @@ config NUM_IRQS
|
||||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||||
default 100000000
|
default 100000000
|
||||||
|
|
||||||
|
config MAIN_STACK_SIZE
|
||||||
|
default 2048
|
||||||
|
|
||||||
# add additional die specific params
|
# add additional die specific params
|
||||||
|
|
||||||
endif # SOC_DIE_PSOC6_03
|
endif # SOC_DIE_PSOC6_03
|
||||||
|
|
|
@ -13,6 +13,9 @@ config NUM_IRQS
|
||||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||||
default 100000000
|
default 100000000
|
||||||
|
|
||||||
|
config MAIN_STACK_SIZE
|
||||||
|
default 2048
|
||||||
|
|
||||||
# add additional die specific params
|
# add additional die specific params
|
||||||
|
|
||||||
endif # SOC_DIE_PSOC6_04
|
endif # SOC_DIE_PSOC6_04
|
||||||
|
|
|
@ -22,6 +22,9 @@ config BUILD_OUTPUT_ADJUST_LMA
|
||||||
depends on XIP
|
depends on XIP
|
||||||
default "0x60000000 - $(dt_node_reg_addr_hex,$(dt_nodelabel_path,flash0))"
|
default "0x60000000 - $(dt_node_reg_addr_hex,$(dt_nodelabel_path,flash0))"
|
||||||
|
|
||||||
|
config MAIN_STACK_SIZE
|
||||||
|
default 2048
|
||||||
|
|
||||||
# add additional die specific params
|
# add additional die specific params
|
||||||
|
|
||||||
endif # SOC_DIE_CYW20829
|
endif # SOC_DIE_CYW20829
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue