From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Thu, 22 Sep 2011 13:56:28 +0200 Subject: [U-Boot] [STATUS] [ARM] Status for last 13 unclean-building ARM boards In-Reply-To: <4E745652.8090302@aribaud.net> References: <4E745652.8090302@aribaud.net> Message-ID: <4E7B226C.80705@googlemail.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 17.09.2011 10:12, Albert ARIBAUD wrote: > (board maintainers in CC:) > > Hi all, > > There remains 13 boards listed as having warnings or errors at this > point in a ./MAKEALL arm: > > --------------------- SUMMARY ---------------------------- > Boards compiled: 242 > Boards with warnings or errors: 13 ( omap3_beagle actux1_4_16 > actux1_8_16 actux1_4_32 actux1_8_32 actux2 actux3 actux4 dvlhost > ixdp425 ixdpg425 pdnb3 scpu ) > ---------------------------------------------------------- > > Of these, > > 1. omap3_beagle has a 'simple' warning "beagle.c:532: warning: > initialization from incompatible pointer type". Dirk, can you look > into it? Please have a look to http://patchwork.ozlabs.org/patch/115936/ The additional 'const' removes the warning, the removed space before '(' makes checkpatch happy. Best regards Dirk