From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Thu, 03 Jan 2013 11:18:46 -0700 Subject: [U-Boot] [PATCH] mx53loco: Fix PMIC name In-Reply-To: <50E590A3.8080309@denx.de> References: <1355243818-23962-1-git-send-email-fabio.estevam@freescale.com> <201301031430.03630.marex@denx.de> <201301031449.03108.marex@denx.de> <50E590A3.8080309@denx.de> Message-ID: <50E5CB86.1000201@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 1/3/2013 7:07 AM, Stefano Babic wrote: > On 03/01/2013 14:49, Marek Vasut wrote: >> Dear Fabio Estevam, >> > Hi, > >>> On Thu, Jan 3, 2013 at 11:30 AM, Marek Vasut wrote: >>>> Ugh, why can't the stuff from common.h be used ? >>> Yes, I tried it initially, but it throws a lot of errors that I am not >>> sure that they can be easily fixed: >> Only with #include ? > I will remark a previous comment - even if including common.h seems a > good idea to avoid duplications, it makes tools like mkimage to depend > on the selected board, because _config must run. Even if this is > not a problem for us u-boot developers, it becomes an issue when these > tools are included in distros (like u-boot-tools in Ubuntu) and cannot > be packaged. > > Best regards, > Stefano Babic > It would be good to include this in commit log if not already committed. Thanks Troy