]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: reduce stack size of Sipeed MAIX
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 29 Jul 2020 10:53:05 +0000 (12:53 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 1 Aug 2020 09:58:23 +0000 (11:58 +0200)
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>
configs/sipeed_maix_bitm_defconfig

index 96651f0268cfbd0588a7f570b6dfd83fb026a982..459bf0d5301cc96dc7f6dd49f89008fd26a13eff 100644 (file)
@@ -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