From mboxrd@z Thu Jan 1 00:00:00 1970 From: mushtaq khan Date: Tue, 05 Jun 2007 15:01:10 +0530 Subject: [U-Boot-Users] Patch fixes bug for clearing the bss section In-Reply-To: <20070601151605.92ABB353B27@atlas.denx.de> References: <20070601151605.92ABB353B27@atlas.denx.de> Message-ID: <46652D5E.70705@procsys.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 Wolfgang Denk, I tested my patches in u-boot-testing 1. Clearing of bss section patch and 2. Sata patch. Clearing of bss section patch has no issues. But with sata patch, got compilation warning: fuinction proto-type mismatch between block_read and sata_read. This is becuase i had been working on u-boot downloaded on feb-15th. And on Apr-13th, patch "Fix use of "void *" for block dev read/write buffer pointers" has been applied, which has changed the proto-type of block_read function. I will bring these changes to my patch. And after testing , i will re-submit the patch. Thanks, -Mushtaq Khan. Wolfgang Denk wrote: >In message <4660188C.9070907@procsys.com> you wrote: > > >> Any issues with my Patches, SATA and clearing of bss section. >>Please update me. >> >> > >I wrote: > > > >>>Applied to u-boot-testing. >>> >>> > >Did you test the code in the u-boot-testing repository? I did not >receive any feedback from you (nor any form others). > >Best regards, > >Wolfgang Denk > > >