From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sun, 11 Oct 2009 09:53:29 +0200 Subject: [U-Boot] u-boot-ti next updated In-Reply-To: <0554BEF07D437848AF01B9C9B5F0BC5D932687BF@dlee01.ent.ti.com> References: <0554BEF07D437848AF01B9C9B5F0BC5D932687BF@dlee01.ent.ti.com> Message-ID: <4AD18EF9.5060506@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 Paulraj, Sandeep wrote: > All, > > I've updated the u-boot-ti next tree with quite a few patches. > There are instances were multiple patches modify the same file. > Can the OMAP 3 boards be tested to see if things are ok? Compile test of u-boot-ti/next (head c27339b41e49cd89c2ea802a490b175ac7ad89ff "OMAP3: make gpmc_config as const") ./MAKEALL ARM_CORTEX_A8: 1. All non-SDP3430 boards have mem.c: In function 'gpmc_init': mem.c:250: warning: assignment discards qualifiers from pointer target type 2. Zoom2 fails to build with zoom2.c:54: error: conflicting types for 'enable_gpmc_cs_config' /include/asm/arch/sys_proto.h:38: error: previous declaration of 'enable_gpmc_cs_config' was here 3. New SDP3430 has eth.c:497:2: warning: #warning Ethernet driver is deprecated. Please update to use CONFIG_NET_MULTI Reverting c27339b41e49cd89c2ea802a490b175ac7ad89ff "OMAP3: make gpmc_config as const" http://git.denx.de/?p=u-boot/u-boot-ti.git;a=commit;h=c27339b41e49cd89c2ea802a490b175ac7ad89ff fixes 1 + 2. Sounds like this patch needs an update before we should apply it. Best regards Dirk