[U-Boot] [PATCH v2] ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link address
Wolfgang Denk
wd at denx.de
Wed Sep 9 22:47:16 CEST 2009
Dear Kumar Gala,
In message <1252527755-14866-1-git-send-email-galak at 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.
Except from that:
Acked-by: Wolfgang Denk <wd at denx.de>
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
"I go on working for the same reason a hen goes on laying eggs."
- H. L. Mencken
More information about the U-Boot
mailing list