Dear "Martijn de Gouw",

In message <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
> ---
>  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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
By the way, ALL software projects are done by iterative  prototyping.
Some companies call their prototypes "releases", that's all.
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to