From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 27 Apr 2009 00:05:28 +0200 Subject: [U-Boot] [PATCH 01/10] ZOOM2 Add initial support for Zoom2 In-Reply-To: <20090424221042.AA92183420E8@gemini.denx.de> References: <1239720063-20004-1-git-send-email-Tom.Rix@windriver.com> <20090424212638.GA32292@game.jcrosoft.org> <20090424213824.GD32292@game.jcrosoft.org> <20090424221042.AA92183420E8@gemini.denx.de> Message-ID: <20090426220528.GI32215@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 On 00:10 Sat 25 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090424213824.GD32292@game.jcrosoft.org> you wrote: > > > ... > [FULL QUOTE DELETED] > > > It makes no sense to quote the complete patch when you just want to > add one line of comment at the end! > > > > > > + . = ALIGN(4); > > > > + .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) } > > > > + > > > > + .ARM.extab : { *(.ARM.extab* .gnu.linkonce.armextab.*) } > > > > + __exidx_start = .; > > > > + .ARM.exidx : { *(.ARM.exidx* .gnu.linkonce.armexidx.*) } > > > > + __exidx_end = .; > > > as said precedently .ARM.extab & .ARM.exidx is not needed please remove > > I've seen you fix it in the 10th patch > > So what does this mean now? Will this patch 01/10 be accepted? As ask on the [PATCH 05/10] ZOOM2: rename timer divisor this patch and the 5th need to be joined otherwise fine Best Regards, J.