[U-Boot] [PATCH] powerpc/85xx: Move RESET_VECTOR_ADDRESS into config.h
Wolfgang Denk
wd at denx.de
Wed Jan 12 09:59:13 CET 2011
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?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Severe culture shock results when experts from another protocol suite
[...] try to read OSI documents. The term "osified" is used to refer
to such documents. [...] Any relationship to the word "ossified" is
purely intentional. - Marshall T. Rose
More information about the U-Boot
mailing list