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

> Dear Kumar Gala,
>
> In message <1252527755-14866-1-git-send-email-ga...@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 <w...@denx.de>
>
> Best regards,
>
> Wolfgang Denk

- k

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to