From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id AAF57E00998; Fri, 29 May 2015 08:00:55 -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 5EB2DE0096A for ; Fri, 29 May 2015 08:00:53 -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 E5E9B17727; Fri, 29 May 2015 15:05:17 +0000 (UTC) Message-ID: <55687F15.5020301@tekno-soft.it> Date: Fri, 29 May 2015 17:00:37 +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: E5E9B17727.A8124 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 15:00:55 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 05/29/2015 04:50 PM, Fabio Estevam wrote: > On Fri, May 29, 2015 at 11:46 AM, Fabio Estevam wrote: >> On Fri, May 29, 2015 at 11:43 AM, Fabio Estevam wrote: >>> Hi Roberto, >>> >>> 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 >> Sorry, by looking at your logs it seems a different issue. > Does adding > > CONFIG_DM=y > CONFIG_DM_THERMAL=y > > in your defconfig help on your case? Yes! Now compile pretty fine! Thank you. Cheers, Roberto Fichera.