On Jan 12, 2011, at 2:59 AM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1294822268-22266-1-git-send-email-ga...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot