public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] m28evk: use same notation to alloc the 128kB stack
@ 2012-05-15 20:59 Otavio Salvador
  2012-05-15 20:59 ` [U-Boot] [PATCH 2/3] m28evk: drop duplicated definition of CONFIG_OF_LIBFDT Otavio Salvador
                   ` (2 more replies)
  0 siblings, 3 replies; 25+ messages in thread
From: Otavio Salvador @ 2012-05-15 20:59 UTC (permalink / raw)
  To: u-boot

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>
---
 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 */
-- 
1.7.10

^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2012-06-13  9:06 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [U-Boot] [PATCH 1/3] m28evk: use same notation to alloc the 128kB stack Marek Vasut
2012-05-15 21:32   ` Otavio Salvador

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox