From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Weisser Date: Thu, 16 Jun 2011 18:04:21 +0200 Subject: [U-Boot] [PATCH V2] memcpy/memmove: Do not copy to same address In-Reply-To: <4DF6FD2C.9090903@arcor.de> References: <1302591520-12517-1-git-send-email-weisserm@arcor.de> <1306141435-24001-1-git-send-email-weisserm@arcor.de> <4DF6FD2C.9090903@arcor.de> Message-ID: <4DFA2985.7000906@arcor.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 14.06.2011 08:18, schrieb Matthias Wei?er: > Hello Wolfgang > > Am 23.05.2011 11:03, schrieb Matthias Weisser: >> In some cases (e.g. bootm with a elf payload which is already at the right >> position) there is a in place copy of data to the same address. Catching this >> saves some ms while booting. > > What about this patch? As the initial submission of the patch was inside > the merge window (see http://patchwork.ozlabs.org/patch/90725/) I would > like to see the current version of this patch (see > http://patchwork.ozlabs.org/patch/96841/) in the upcoming release. > > Sorry for the broken reference in patchwork. I try my best next time. > > If the community decides to NACK the patch I would be happy if you could > accept http://patchwork.ozlabs.org/patch/79325/ Ping? Thanks Matthias