summaryrefslogtreecommitdiffstats
path: root/include/configs/m28evk.h
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-05-12 13:40:11 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 14:07:27 +0200
commitbe8d6b614f0868fe3b92dff4e00bd9f3458d9e8c (patch)
tree47392725ebe12bcc4840a464ca52561220dd1d60 /include/configs/m28evk.h
parenta2277e84036fb22aac44e83a391431539086f110 (diff)
downloadtalos-obmc-uboot-be8d6b614f0868fe3b92dff4e00bd9f3458d9e8c.tar.gz
talos-obmc-uboot-be8d6b614f0868fe3b92dff4e00bd9f3458d9e8c.zip
m28evk: use same notation to alloc the 128kB stack
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/m28evk.h')
-rw-r--r--include/configs/m28evk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index 156af27a86..a0e90ca694 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -86,7 +86,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 */
OpenPOWER on IntegriCloud