[U-Boot] Moving custom board imx6q from u-boot-imx 2014.04 to 2015.04 lead to freeze

Roberto Fichera kernel at tekno-soft.it
Thu Feb 11 08:50:08 CET 2016


On 02/10/2016 07:59 PM, Fabio Estevam wrote:

Hi Fabio,

> On Wed, Feb 10, 2016 at 9:47 AM, Roberto Fichera <kernel at 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 */



More information about the U-Boot mailing list