Re: [U-Boot] [PATCH 3/4] tqm85xx: Remove board_add_ram_info()

2009-07-21 Thread Kumar Gala
On Jul 17, 2009, at 10:14 AM, Peter Tyser wrote: > This is in preparation for adding one common 8xxx board_add_ram_info() > function for all 8xxx boards > > Signed-off-by: Peter Tyser > --- > board/tqc/tqm85xx/sdram.c | 33 +++-- > 1 files changed, 3 insertions(+), 3

[U-Boot] [PATCH 3/4] tqm85xx: Remove board_add_ram_info()

2009-07-17 Thread Peter Tyser
This is in preparation for adding one common 8xxx board_add_ram_info() function for all 8xxx boards Signed-off-by: Peter Tyser --- board/tqc/tqm85xx/sdram.c | 33 +++-- 1 files changed, 3 insertions(+), 30 deletions(-) diff --git a/board/tqc/tqm85xx/sdram.c b/board