Re: [U-Boot] M28 U-Boot config

4 Jan
2012
4 Jan
'12
10:29 p.m.
Hi Marek,
Hello, please _ALWAYS_ CC the u-boot mailing list.
in include/configs/m28evk.h:88 you define the U-Boot stack size: #define CONFIG_STACKSIZE 0x00010000 /* 128 KB stack
*/
However, the actual size doesn't match the commented size. Did you mean this: #define CONFIG_STACKSIZE 0x00010000 /* 64 KiB stack
*/
Or did you mean this: #define CONFIG_STACKSIZE 0x00020000 /* 128 KiB stack
*/
?
This might be an issue. 128k stack is OK.
M
Freescale used the latter.
Cheers,
Robert.
4872
Age (days ago)
4872
Last active (days ago)
0 comments
1 participants
participants (1)
-
Marek Vasut