From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Bohmer Date: Thu, 27 Nov 2008 22:30:26 +0100 Subject: [U-Boot] [patch 0/2] Cleanup non-ascii characters and cleanup patch FAT on non standard sector size devices Message-ID: <492f154c.140bd00a.2b16.7f23@mx.google.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch series contains a cleanup of the use of non-ascii characters in FAT-fs files, and also a cleanup of a patch originally posted by Igor Luri. However, the patch posted by Igor on the mailinglist was still not readable (base64 inlined patch) and thus not mergable or testable. So, I merged the whole patch by hand and here is a repost... Igor, can you please check if I did this cleanup properly. Notice that the code that the original fat-code here does not match _any_ coding rule standard and is actually a big mess. So, I did not focus on the Coding Rules too much for this patch. I will post a seperate patch to fix this for these files also. Kind Regards, Remy --