[U-Boot] [PATCH] powerpc/85xx: Move RESET_VECTOR_ADDRESS into config.h
Kumar Gala
galak at kernel.crashing.org
Wed Jan 12 10:19:51 CET 2011
On Jan 12, 2011, at 2:59 AM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <1294822268-22266-1-git-send-email-galak at kernel.crashing.org> you wrote:
>>
>> #ifndef RESET_VECTOR_ADDRESS
>> +#ifdef CONFIG_RESET_VECTOR_ADDRESS
>> +#define RESET_VECTOR_ADDRESS CONFIG_RESET_VECTOR_ADDRESS
>> +#else
>> #define RESET_VECTOR_ADDRESS 0xfffffffc
>> #endif
>> +#endif
>
> In which case is the "#ifndef RESET_VECTOR_ADDRESS" needed?
I don't think there is any, I was mimicing what is in the 4xx/u-boot.lds
- k
More information about the U-Boot
mailing list