From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 4 Jan 2012 22:29:12 +0100 Subject: [U-Boot] M28 U-Boot config In-Reply-To: <6EA3E0BCC03CC34B89B01BD57ECBC718E9780D@POBOX.postoffice.danego.net> References: <6EA3E0BCC03CC34B89B01BD57ECBC718E9780D@POBOX.postoffice.danego.net> Message-ID: <201201042229.12639.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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.