From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 04 May 2012 09:30:08 +0200 Subject: [U-Boot] pull request for u-boot-tegra/master In-Reply-To: References: Message-ID: <4FA38580.6020206@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Le 03/05/2012 17:56, Tom Warren a ?crit : > Albert, > > Please pull u-boot-tegra/master into arm master. Thanks! > > The following changes since commit 026251a5e825d61d3bcdf6dffcc27d15afd574f4: > Donghwa Lee (1): > EXYNOS: Change bits per pixel value proper for u-boot. > > are available in the git repository at: > > git://git.denx.de/u-boot-tegra master Using ELDK42, a ./MAKEALL arm from u-boot-tegra/master yields 271 build issues out of 280 targets -- whereas the same from u-boot-arm/master yields 6 build issues. Most of the build issues seem to have a single cause: Configuring for pdnb3 board... In file included from input.c:27: /home/uboot/src/u-boot-arm/include/input.h:124: warning: 'struct stdio_dev' declared inside parameter list /home/uboot/src/u-boot-arm/include/input.h:124: warning: its scope is only this definition or declaration, which is probably not what you want input.c:414: warning: 'struct stdio_dev' declared inside parameter list input.c:415: error: conflicting types for 'input_stdio_register' /home/uboot/src/u-boot-arm/include/input.h:124: error: previous declaration of 'input_stdio_register' was here input.c: In function 'input_stdio_register': input.c:418: warning: implicit declaration of function 'stdio_register' input.c:421: error: dereferencing pointer to incomplete type input.c:424: error: dereferencing pointer to incomplete type Can you please bisect the commit in your pull request which causes this and ask its submitter for a fix? Alicalement, -- Albert.