Re: [U-Boot] [PATCH] Blackfin: skip RAM display for 0 mem systems

2011-01-10 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1293028907-16296-1-git-send-email-vap...@gentoo.org> you wrote: > > + if (CONFIG_MEM_SIZE) { > + printf("RAM: "); > + print_size(bd->bi_memsize, "\n"); > + } > + Side note: I see that CONFIG_MEM_SIZE is nowhere documented. Could y

[U-Boot] [PATCH] Blackfin: skip RAM display for 0 mem systems

2010-12-22 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- arch/blackfin/lib/board.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/blackfin/lib/board.c b/arch/blackfin/lib/board.c index 12d618d..96407a2 100644 --- a/arch/blackfin/lib/board.c +++ b/arch/blackfin/lib/board.c @@ -280,8