From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Tue, 06 May 2014 14:21:21 +0200 Subject: [U-Boot] [PATCH] fat: Define MAX_CLUSTSIZE only if not defined in config In-Reply-To: <5ea5a3ef17e45dadd3e5a39870436b7a56785c27.1398433682.git.michal.simek@xilinx.com> References: <5ea5a3ef17e45dadd3e5a39870436b7a56785c27.1398433682.git.michal.simek@xilinx.com> Message-ID: <5368D3C1.30804@monstr.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On 04/25/2014 03:48 PM, Michal Simek wrote: > From: Siva Durga Prasad Paladugu > > Define MAX_CLUSTSIZE only if not defined in board specific > config file as this size can be decreased to save memory > in some memory constrained cases. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Simek > --- > > include/fat.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/fat.h b/include/fat.h > index c8eb7cc..1213060 100644 > --- a/include/fat.h > +++ b/include/fat.h > @@ -18,7 +18,9 @@ > #define VFAT_MAXSEQ 9 /* Up to 9 of 13 2-byte UTF-16 entries */ > #define PREFETCH_BLOCKS 2 > > +#ifndef MAX_CLUSTSIZE > #define MAX_CLUSTSIZE 65536 > +#endif > #define DIRENTSPERBLOCK (mydata->sect_size / sizeof(dir_entry)) > #define DIRENTSPERCLUST ((mydata->clust_size * mydata->sect_size) / \ > sizeof(dir_entry)) > -- > 1.8.2.3 > Any problem with this patch? Thanks, Michal -- Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/ Maintainer of Linux kernel - Xilinx Zynq ARM architecture Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 263 bytes Desc: OpenPGP digital signature URL: