From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Andreas_Bie=DFmann?= Date: Fri, 11 Jun 2010 10:14:07 +0200 Subject: [U-Boot] [PATCH] fixed #if chain and added AVR32 case in cmd_bdinfo.c In-Reply-To: <4C11E777.3060205@emk-elektronik.de> References: <4C11E777.3060205@emk-elektronik.de> Message-ID: <4C11F04F.1050305@corscience.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 11.06.2010 09:36, schrieb Reinhard Meyer: > From: Reinhard Meyer > Date: Sun, 6 Jun 2010 19:01:59 +0200 > Subject: [PATCH] fixed #if chain and added AVR32 case in cmd_bdinfo.c > > AVR32 case was missing in cmd_bdinfo, resulting in compiler warning > (bd->bi_baudrate declared unsigned int at AVR32, but printf used %d) > > At the same time slightly reordered #if #elif #endif to make ARM one > of the cases and not an extra case surrounding all others > > > Signed-off-by: Reinhard Meyer Tested-by: Andreas Bie?mann