Question about STACK_SIZE
May 2, 2013
7:32 a.m.
Hi folks, I am wondering why the ramstage stack size is so large on a lot of boards: $ grep -A 3 -r STACK_SIZE src/* | grep Kconfig | grep default | awk '{ print $NF }' | sort | uniq -c | sort -r -n 16 0x10000 2 0x2000 2 0x1000 1 0x20000 Is this just an artifact of copy-n-paste? What is driving the requirement for such large stack sizes? Thanks. -Aaron
4670
Age (days ago)
4670
Last active (days ago)
0 comments
1 participants
participants (1)
-
Aaron Durbin