Dear Alexander Stein,

In message 
<1288600195-6960-11-git-send-email-alexander.st...@systec-electronic.com> you 
wrote:
> Signed-off-by: Alexander Stein <alexander.st...@systec-electronic.com>
> ---
>  board/atmel/at91sam9263ek/at91sam9263ek.c |    6 +++---
>  include/configs/at91sam9263ek.h           |   15 +++++++++++----
>  2 files changed, 14 insertions(+), 7 deletions(-)
> 
> diff --git a/board/atmel/at91sam9263ek/at91sam9263ek.c 
> b/board/atmel/at91sam9263ek/at91sam9263ek.c
> index 91efc07..c9c8eac 100644
> --- a/board/atmel/at91sam9263ek/at91sam9263ek.c
> +++ b/board/atmel/at91sam9263ek/at91sam9263ek.c
> @@ -252,7 +252,7 @@ int board_init(void)
>       /* arch number of AT91SAM9263EK-Board */
>       gd->bd->bi_arch_number = MACH_TYPE_AT91SAM9263EK;
>       /* adress of boot parameters */
> -     gd->bd->bi_boot_params = PHYS_SDRAM + 0x100;
> +     gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;

PLease refactor these patches.  The rename PHYS_SDRAM =>
CONFIG_SYS_SDRAM_BASE was done in an earlier patch, so this and
similar changes in other patches should be part of that rename patch.

The rename patch should contain _all_ such renames, like any patch
should contain all modifications that belong to it logically.

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: w...@denx.de
G's Third Law:             In spite of all evidence  to  the  contra-
ry,  the  entire  universe  is composed of only two basic substances:
magic and bullshit.
H's Dictum:                There is no magic ...
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to