On Thu, Feb 11, 2016 at 5:50 AM, Roberto Fichera <ker...@tekno-soft.it> wrote:
> Ok! Will do! However I've found that with this patch below it boots pretty > fine! Do you know why? > > diff --git a/arch/arm/lib/crt0.S b/arch/arm/lib/crt0.S > index 92d3732..f87acb6 100644 > --- a/arch/arm/lib/crt0.S > +++ b/arch/arm/lib/crt0.S > @@ -108,7 +108,7 @@ here: > * now relocate vectors > */ > > - bl relocate_vectors > + /* bl relocate_vectors */ > > /* Set up final (full) environment */ > I am not sure why removing this line fixes the boot for you. This line has been added by commit: commit db544b9662622826b8482c126c116ec366fcd58c Author: Albert ARIBAUD <albert.u.b...@aribaud.net> Date: Thu Nov 13 17:59:15 2014 +0100 imx: fix exception vectors relocation in imx27 Adding Albert on Cc in case he has any ideas as to why this would impact mx6 to boot. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot