
12 Jan
2011
12 Jan
'11
10:19 a.m.
On Jan 12, 2011, at 2:59 AM, Wolfgang Denk wrote:
Dear Kumar Gala,
In message 1294822268-22266-1-git-send-email-galak@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