
Dear "Martijn de Gouw",
In message 4CD35CD1F8085945B597F80EEC8942130192DEB1@exc01.bk.prodrive.nl you wrote:
And ofcourse, that went wrong.
sign-off line is incorrect.
Add autodetection of nr of banks and total sdram size for ixp processor tested on ixpdg425 and pdnb3 board.
Signed-off-by: martijn de gouw martijn.de.gouw@prodrive.nl
board/prodrive/pdnb3/pdnb3.c | 31 +++++++++++++- cpu/ixp/start.S | 95 ++++++++++++++++++++++++++++++++++++++++++ include/configs/pdnb3.h | 2 - 3 files changed, 125 insertions(+), 3 deletions(-)
diff --git a/board/prodrive/pdnb3/pdnb3.c b/board/prodrive/pdnb3/pdnb3.c index 3445a3a..a049afe 100644 --- a/board/prodrive/pdnb3/pdnb3.c +++ b/board/prodrive/pdnb3/pdnb3.c @@ -120,8 +120,37 @@ int checkboard(void)
int dram_init(void) {
- volatile unsigned long *sdr_config = (unsigned long
*)IXP425_SDR_CONFIG;
^^^^^^^^^^^^^^^^^^^^^
Line wrapped again. Please make sure to fix your mailer before resubmitting.
Best regards,
Wolfgang Denk