From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id EF3BCE00998; Fri, 29 May 2015 07:58:45 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.tekno-soft.it (li153-180.members.linode.com [109.74.206.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B2731E0096A for ; Fri, 29 May 2015 07:58:44 -0700 (PDT) Received: from dragon.tekno-soft.it (host142-53-static.94-94-b.business.telecomitalia.it [94.94.53.142]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: robyf@tekno-soft.it) by mail.tekno-soft.it (Postfix) with ESMTPSA id 0F35817844; Fri, 29 May 2015 15:03:07 +0000 (UTC) Message-ID: <55687E93.3040901@tekno-soft.it> Date: Fri, 29 May 2015 16:58:27 +0200 From: Roberto Fichera Organization: TeknoSOFT User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Fabio Estevam References: <556877E8.4070304@tekno-soft.it> In-Reply-To: X-Intuitive-System-MailScanner-Information: Please contact the ISP for more information X-Intuitive-System-MailScanner-ID: 0F35817844.A64BF X-Intuitive-System-MailScanner: Found to be clean X-Intuitive-System-MailScanner-From: kernel@tekno-soft.it Cc: "meta-freescale@yoctoproject.org" Subject: Re: u-boot-fslc doesn't link on custom iMX6SX CPU X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2015 14:58:46 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 05/29/2015 04:43 PM, Fabio Estevam wrote: > Hi Roberto, Ciao Fabio, > > On Fri, May 29, 2015 at 11:30 AM, Roberto Fichera wrote: >> Hi All, >> >> I'm having a problem on getting u-boot-fslc 2015.04 to to link correctly for a CPU iMX6SX. This on current fido branch. >> As starting point I've used the config for the board mx6sxsabresd. >> >> How can I fix this issue? > Please try this patch: > http://lists.denx.de/pipermail/u-boot/2015-May/215474.html Current include/configs/mx6_common.h looks: #ifndef __MX6_COMMON_H #define __MX6_COMMON_H #define CONFIG_ARM_ERRATA_743622 #define CONFIG_ARM_ERRATA_751472 #define CONFIG_ARM_ERRATA_794072 #define CONFIG_ARM_ERRATA_761320 #define CONFIG_BOARD_POSTCLK_INIT #ifndef CONFIG_SYS_L2CACHE_OFF #define CONFIG_SYS_L2_PL310 #define CONFIG_SYS_PL310_BASE L2_PL310_BASE #endif #define CONFIG_MP #define CONFIG_MXC_GPT_HCLK #endif Cheers, Roberto Fichera. > > Regards, > > Fabio Estevam >