From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roberto Fichera Date: Thu, 11 Feb 2016 08:50:08 +0100 Subject: [U-Boot] Moving custom board imx6q from u-boot-imx 2014.04 to 2015.04 lead to freeze In-Reply-To: References: <56BB234A.3000900@tekno-soft.it> Message-ID: <56BC3D30.9030601@tekno-soft.it> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/10/2016 07:59 PM, Fabio Estevam wrote: Hi Fabio, > On Wed, Feb 10, 2016 at 9:47 AM, Roberto Fichera 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 */