Dear Kumar Gala, In message <1252527755-14866-1-git-send-email-ga...@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 <w...@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: w...@denx.de "I go on working for the same reason a hen goes on laying eggs." - H. L. Mencken _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot