diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-07-29 12:53:05 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-08-01 11:58:23 +0200 |
commit | a9e5aa79729b78f6ed0ce7bc0e571c776c46e073 (patch) | |
tree | b49be76384dc625ca243d821ad236d99596b6db9 /configs/sipeed_maix_bitm_defconfig | |
parent | 74b869bae74cb749ed4feef54f6d2630aed2a828 (diff) |
configs: reduce stack size of Sipeed MAIX
The K210 has only 8 MiB RAM thereof 2 MiB reserved for AI.
Allow only 1 MiB for the stack.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'configs/sipeed_maix_bitm_defconfig')
-rw-r--r-- | configs/sipeed_maix_bitm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sipeed_maix_bitm_defconfig b/configs/sipeed_maix_bitm_defconfig index 96651f0268..459bf0d530 100644 --- a/configs/sipeed_maix_bitm_defconfig +++ b/configs/sipeed_maix_bitm_defconfig @@ -1,6 +1,7 @@ CONFIG_RISCV=y CONFIG_TARGET_SIPEED_MAIX=y CONFIG_ARCH_RV64I=y +CONFIG_STACK_SIZE=0x100000 # CONFIG_NET is not set # CONFIG_INPUT is not set # CONFIG_DM_ETH is not set |