From mboxrd@z Thu Jan 1 00:00:00 1970 From: hacklu.uboot Date: Fri, 15 Apr 2011 14:01:07 +0800 Subject: [U-Boot] is any bug in cp? References: Message-ID: <201104151401034442433@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de hi,in my uboot. there is some bugs when I cp to flash like this: cp.b addr1 addr2 0x100 when the two addr in the same bank of a flash. it go wrongs finally the date of addr2 is 0x8080808080... cp to another bank of flash is work correctly. cp from mem to flash or from flash to mem also correctly. how is this??