From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Sat, 23 Jan 2010 18:03:29 -0600 Subject: [U-Boot] TI:OMAP: [PATCH 1/7] OMAP3 Beagle Update revision detection In-Reply-To: References: Message-ID: <4B5B8E51.8060204@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Khasim Syed Mohammed wrote: > From 2dce4d64339a26144eac2ed56eb664cc1ea527c7 Mon Sep 17 00:00:00 2001 > From: Syed Mohammed Khasim > Date: Mon, 18 Jan 2010 18:03:42 +0530 > Subject: [PATCH] OMAP3 Beagle Update revision detection > > New BeagleBoard revision C4 uses a new ID. Update revision detection. > This patch set caused regressions in MAKEALL arm These must be fixed. omap3_beagle cmd_i2c.c:109: warning: missing braces around initializer cmd_i2c.c:109: warning: (near initialization for 'i2c_no_probes[0]') beagle.c: In function 'misc_init_r': beagle.c:143: warning: implicit declaration of function 'twl4030_pmrecv_vsel_cfg' beagle.c:152: warning: implicit declaration of function 'prcm_config_720mhz' The changes I asked from for 1/7 were done. Tom