Re: [U-Boot] [PATCH 2/5] powerpc: Zero out board info struct on bootup

2010-10-12 Thread Wolfgang Denk
Dear Peter Tyser, In message <1284509634-11899-2-git-send-email-pty...@xes-inc.com> you wrote: > This puts the board info struct in a known state and allows the removal > of other code which initialized board info fields to 0. > > Signed-off-by: Peter Tyser > --- > arch/powerpc/lib/board.c |

[U-Boot] [PATCH 2/5] powerpc: Zero out board info struct on bootup

2010-09-14 Thread Peter Tyser
This puts the board info struct in a known state and allows the removal of other code which initialized board info fields to 0. Signed-off-by: Peter Tyser --- arch/powerpc/lib/board.c | 17 + 1 files changed, 1 insertions(+), 16 deletions(-) diff --git a/arch/powerpc/lib/board