[U-Boot] [U-Boot, PATCHv2] FAT: remove ifdefs to make the code more readable

Tom Rini trini at ti.com
Mon Feb 4 17:42:02 CET 2013


On Thu, Dec 13, 2012 at 03:30:10AM -0000, Richard Genoud wrote:

> ifdefs in the code are making it harder to read.
> The use of simple if(vfat_enabled) makes no more code and is cleaner.
> (the code is discarded by the compiler instead of the preprocessor.)
> NB: if -O0 is used, the code won't be discarded
> 
> and bonus, now the code compiles even if CONFIG_SUPPORT_VFAT is not
> defined.
> 
> Signed-off-by: Richard Genoud <richard.genoud at gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130204/17ccf778/attachment.pgp>


More information about the U-Boot mailing list