[U-Boot] [PATCH v2] ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link address

Kumar Gala galak at kernel.crashing.org
Thu Sep 10 03:58:52 CEST 2009


On Sep 9, 2009, at 3:47 PM, Wolfgang Denk wrote:

> Dear Kumar Gala,
>
> In message <1252527755-14866-1-git-send-email-galak at kernel.crashing.org 
> > you wrote:
>> Some board ports place TEXT_BASE at a location that would cause the
>> RESET_VECTOR_ADDRESS not to be at 0xfffffffc when we link.  By  
>> default
>> we assume RESET_VECTOR_ADDRESS will be 0xfffffffc if the board  
>> doesn't
>> explicitly set it.
>
> thanks.
>
> Just some nitpicking:
>
>> --- a/cpu/mpc85xx/u-boot.lds
>> +++ b/cpu/mpc85xx/u-boot.lds
>> @@ -20,6 +20,10 @@
>>  * MA 02111-1307 USA
>>  */
>>
>> +#ifndef RESET_VECTOR_ADDRESS
>> +#define RESET_VECTOR_ADDRESS (0xfffffffc)
>> +#endif
>
> No parens needed here.

Fixed in my commit :)

> Except from that:
>
> Acked-by: Wolfgang Denk <wd at denx.de>
>
> Best regards,
>
> Wolfgang Denk

- k



More information about the U-Boot mailing list