From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Poirier Date: Tue, 14 Aug 2012 06:58:48 -0600 Subject: [U-Boot] Please pull u-boot-staging/trini@ti.com In-Reply-To: <20120814030617.70ae5a42@lilith> References: <20120810161021.GG3306@bill-the-cat> <20120810200659.E7A66204042@gemini.denx.de> <20120814020415.1cebc747@lilith> <20120814030617.70ae5a42@lilith> Message-ID: <502A4B88.9070907@linaro.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I will fix this right away. Mathieu. On 12-08-13 07:06 PM, Albert ARIBAUD (U-Boot) wrote: > Hi Albert, > > On Tue, 14 Aug 2012 02:04:15 +0200, Albert ARIBAUD (U-Boot) > wrote: > >> Hi Tom, >> >> On Fri, 10 Aug 2012 22:06:59 +0200, Wolfgang Denk wrote: >> >>> Dear Tom, >>> >>> In message <20120810161021.GG3306@bill-the-cat> you wrote: >>>> >>>> To try and ease the backlog of ARM changes, I've taken the liberty >>>> of grabbing the Snowball and Raspberry Pi model B board support >>>> patches and putting them into the staging tree. Both of these >>>> series have been posted for some time and been reviewed. >>>> Wolfgang, if you would like to wait for Albert to pick up this >>>> request, that's fine. I just wanted to make sure the submitters >>>> weren't left waiting. Thanks! >>> >>> Thanks, highly appreciated. >>> >>> As this contains a lot of ARM, indeed I would like to wait for >>> Albert's ACK or pulling (whichever he prefers). >>> >>> Best regards, >>> >>> Wolfgang Denk >>> >> >> Applied to u-boot-arm/master, thanks! > > But I might hold this a little, as commit "snowball: Adding > architecture dependent initialisation" > 7e2b895eb5aa10890910eed8921d042d13b828c0 seems to play bad with my > stock Ubuntu 12.04 GCC on u8500_href: > > uboot at lilith:~/src/u-boot-arm$ git checkout > f917361b988f69ddc0dbe2bd2beb93b296065b70^ HEAD is now at 1b5d8d5... > u8500: Moving prcmu to cpu directory uboot at lilith:~/src/u-boot-arm$ > LANG=C ./MAKEALL u8500_href Configuring for u8500_href board... > text data bss dec > hex filename 139584 4408 221728 > 365720 59498 ./u-boot > > --------------------- SUMMARY ---------------------------- > Boards compiled: 1 > ---------------------------------------------------------- > uboot at lilith:~/src/u-boot-arm$ git checkout > f917361b988f69ddc0dbe2bd2beb93b296065b70 Previous HEAD position was > 1b5d8d5... u8500: Moving prcmu to cpu directory HEAD is now at > f917361... snowball: Adding architecture dependent initialisation > uboot at lilith:~/src/u-boot-arm$ LANG=C ./MAKEALL u8500_href Configuring > for u8500_href board... text data bss > dec hex filename 139744 4408 > 221696 365848 59518 ./u-boot u8500_href.c:45:0: > warning: "PRCMU_BASE" redefined [enabled by > default] /home/uboot/src/u-boot-arm/include/asm/arch/prcmu.h:30:0: > note: this is the location of the previous definition > > --------------------- SUMMARY ---------------------------- > Boards compiled: 1 > Boards with warnings but no errors: 1 ( u8500_href ) > ---------------------------------------------------------- > > Granted, this is only a warning, but I'd like to see it fixed. > > Amicalement,