[U-Boot] M28 U-Boot config
Marek Vasut
marek.vasut at gmail.com
Wed Jan 4 22:29:12 CET 2012
> 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.
More information about the U-Boot
mailing list