Re: [U-Boot] [PATCH] ppx4xx: Fix broken DASA_SIM board

2008-09-04 Thread Matthias Fuchs
Hi Wolfgang, you are right. But currently I do not have any suitable IOP480 based hardware on my desk to test bigger changes. Matthias On Wednesday 03 September 2008 22:58, Wolfgang Denk wrote: > Dear Matthias Fuchs, > > In message <[EMAIL PROTECTED]> you wrote: > > This patch adds initdram() t

Re: [U-Boot] [PATCH] ppx4xx: Fix broken DASA_SIM board

2008-09-03 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <[EMAIL PROTECTED]> you wrote: > This patch adds initdram() to DASA_SIM boards that has been > removed accidentally by a previous commit. > > Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> > --- > board/esd/dasa_sim/dasa_sim.c |5 + > 1 files changed, 5

[U-Boot] [PATCH] ppx4xx: Fix broken DASA_SIM board

2008-09-03 Thread Matthias Fuchs
This patch adds initdram() to DASA_SIM boards that has been removed accidentally by a previous commit. Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- board/esd/dasa_sim/dasa_sim.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/board/esd/dasa_sim/dasa_sim.c b/b