
11 Feb
2016
11 Feb
'16
8:50 a.m.
On 02/10/2016 07:59 PM, Fabio Estevam wrote:
Hi Fabio,
On Wed, Feb 10, 2016 at 9:47 AM, Roberto Fichera kernel@tekno-soft.it wrote:
Hi All,
After upgrading my u-boot-imx v2014.04 to v2015.04 I was not able to boot anymore my custom iMX6Q
Why don't you try 2016.01 instead?
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 */