[U-Boot] Moving custom board imx6q from u-boot-imx 2014.04 to 2015.04 lead to freeze
Fabio Estevam
festevam at gmail.com
Thu Feb 11 16:52:20 CET 2016
On Thu, Feb 11, 2016 at 5:50 AM, Roberto Fichera <kernel at 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.boot at 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.
More information about the U-Boot
mailing list