From 8e19ee94ab7aea50635845de31daef1b593e1205 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 25 Jan 2013 23:39:20 +0100 Subject: ARM: Setup stack at end of SDRAM Signed-off-by: Sascha Hauer --- common/meminfo.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/meminfo.c') diff --git a/common/meminfo.c b/common/meminfo.c index a09b2d2174..5e3ff716a5 100644 --- a/common/meminfo.c +++ b/common/meminfo.c @@ -14,11 +14,6 @@ static int display_meminfo(void) debug("bss segment: 0x%p -> 0x%p\n", __bss_start, __bss_stop - 1); printf("malloc space: 0x%08lx -> 0x%08lx (size %s)\n", mstart, mend, size_human_readable(msize)); -#ifdef CONFIG_ARM - printf("stack space: 0x%08x -> 0x%08x (size %s)\n", - STACK_BASE, STACK_BASE + STACK_SIZE - 1, - size_human_readable(STACK_SIZE)); -#endif return 0; } late_initcall(display_meminfo); -- cgit v1.2.3