From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 15 Sep 2008 16:04:23 +0200 Subject: [U-Boot] [PATCH] i386 - resolve conflicting definitions of show_boot_progress In-Reply-To: <48CE5C24.9090903@gmail.com> References: <48CE5C24.9090903@gmail.com> Message-ID: <20080915140423.GA13136@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de hi, please take a look hear I've already send patch to fix X86 4698 F May18 To u-boot-users [PATCH 00/17] x86: Fix warning: type qualifiers ignored on function return type 4699 F May18 To u-boot-users ??>[PATCH 01/17] example/82559_eeprom: Fix multiple warnings and errors 4700 F May18 To u-boot-users ? ??>[PATCH 02/17] examples/eepro100_eeprom: Fix memcpy to return destination pointer 4701 F May18 To u-boot-users ? ? ??>[PATCH 03/17] example/gitignore: update with all generated examples 4702 F May18 To u-boot-users ? ? ? ??>[PATCH 04/17] i386: Fix global_data declaration 4703 F May18 To u-boot-users ? ? ? ? ??>[PATCH 05/17] i386/bootm: remove unused var 4704 F May18 To u-boot-users ? ? ? ? ? ??>[PATCH 06/17] ds1722: Fix mutliple warnings and errors and active the ssi for SC520 boards 4705 F May18 To u-boot-users ? ? ? ? ? ? ??>[PATCH 07/17] drivers/pcmcia: add missing i82365 4706 F May18 To u-boot-users ? ? ? ? ? ? ? ??>[PATCH 08/17] marabun_pcmcia: Move compile condition to the Makefile 4707 F May18 To u-boot-users ? ? ? ? ? ? ? ? ??>[PATCH 09/17] pxa_pcmcia: Move compile condition to the Makefile 4708 F May18 To u-boot-users ? ? ? ? ? ? ? ? ? ??>[PATCH 10/17] pcmcia/ti_pci1410a: Move compile condition to the Makefile 4710 F May18 To u-boot-users ? ? ? ? ? ? ? ? ? ? ??>[PATCH 11/17] Include pcmcia.h only when the drivers is used 4711 F May18 To u-boot-users ? ? ? ? ? ? ? ? ? ? ??>[PATCH 12/17] ti_pci1410a: Fix multiple warnings and errors 4712 F May18 To u-boot-users ? ? ? ? ? ? ? ? ? ? ? ??>[PATCH 13/17] sc520_spunk: Fix multiple warnings 4713 F May18 To u-boot-users ? ? ? ? ? ? ? ? ? ? ? ? ??>[PATCH 14/17] sc520_spunk: Fix flash 4714 F May18 To u-boot-users ? ? ? ? ? ? ? ? ? ? ? ? ? ??>[PATCH 15/17] sc530_spunk: add missing SOBJS entry 4715 F May18 To u-boot-users ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??>[PATCH 16/17] i386: Fix multipple definition of __show_boot_progress 4716 F May18 To u-boot-users ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??>[PATCH 17/17] sc520_cdp: Fix multiple warning Best Regards, J.