All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] m28evk: use same notation to alloc the 128kB stack
Date: Tue, 15 May 2012 23:14:52 +0200	[thread overview]
Message-ID: <201205152314.52642.marex@denx.de> (raw)
In-Reply-To: <1337115571-14115-1-git-send-email-otavio@ossystems.com.br>

Dear Otavio Salvador,

> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Wolfgang Denk <wd@denx.de>

Is this really necessary? I think it's a matter of personal taste, isn't it?

> ---
>  include/configs/m28evk.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
> index 68e46b7..a076aa5 100644
> --- a/include/configs/m28evk.h
> +++ b/include/configs/m28evk.h
> @@ -88,7 +88,7 @@
>  #define	CONFIG_NR_DRAM_BANKS		1		/* 1 bank of 
DRAM */
>  #define	PHYS_SDRAM_1			0x40000000	/* Base address 
*/
>  #define	PHYS_SDRAM_1_SIZE		0x20000000	/* Max 512 MB 
RAM */
> -#define	CONFIG_STACKSIZE		0x00010000	/* 128 KB stack 
*/
> +#define	CONFIG_STACKSIZE		(128 * 1024)	/* 128 KB stack 
*/
>  #define	CONFIG_SYS_MALLOC_LEN		0x00400000	/* 4 MB for 
malloc */
>  #define	CONFIG_SYS_GBL_DATA_SIZE	128		/* Initial data 
*/
>  #define	CONFIG_SYS_MEMTEST_START	0x40000000	/* Memtest start 
adr */

Best regards,
Marek Vasut

  parent reply	other threads:[~2012-05-15 21:14 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-15 20:59 [U-Boot] [PATCH 1/3] m28evk: use same notation to alloc the 128kB stack Otavio Salvador
2012-05-15 20:59 ` [U-Boot] [PATCH 2/3] m28evk: drop duplicated definition of CONFIG_OF_LIBFDT Otavio Salvador
2012-05-15 21:14   ` Marek Vasut
2012-05-15 21:34     ` Otavio Salvador
2012-05-15 22:05       ` Marek Vasut
2012-05-15 23:03         ` Otavio Salvador
2012-05-15 23:18           ` Marek Vasut
2012-05-15 23:55             ` Otavio Salvador
2012-05-16  1:00               ` Marek Vasut
2012-06-13  9:06   ` Stefano Babic
2012-05-15 20:59 ` [U-Boot] [PATCH 3/3] mx28evk: extend default environment Otavio Salvador
2012-05-15 21:08   ` Fabio Estevam
2012-05-15 21:18     ` Otavio Salvador
2012-05-15 21:31     ` Otavio Salvador
2012-05-29 20:57       ` Wolfgang Denk
2012-05-29 21:02         ` Otavio Salvador
2012-05-15 21:16   ` Marek Vasut
     [not found]     ` <CAP9ODKrZ5kObb8C=BWRLh0MJWsQz1H2WRe9sJHh1Tq0DcRR2Ag@mail.gmail.com>
2012-05-15 21:21       ` Marek Vasut
2012-05-15 21:27         ` Otavio Salvador
2012-05-29 20:55           ` Wolfgang Denk
2012-05-29 21:14             ` Marek Vasut
2012-05-29 21:30               ` Wolfgang Denk
2012-05-29 20:52   ` Wolfgang Denk
2012-05-15 21:14 ` Marek Vasut [this message]
2012-05-15 21:32   ` [U-Boot] [PATCH 1/3] m28evk: use same notation to alloc the 128kB stack Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201205152314.52642.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.