]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix CONFIG_MMC usage in fat code
authorAndy Fleming <afleming@freescale.com>
Wed, 16 Jan 2008 19:06:59 +0000 (13:06 -0600)
committerWolfgang Denk <wd@denx.de>
Thu, 14 Feb 2008 21:03:17 +0000 (22:03 +0100)
commit21f6f9636f0e978397548751347425fbf8d42bb3
treeb6db8c63044c51f7f2c4151866946b6d093db077
parentf57d7d364ce189e39b0a64338d2f8012c074a2bd
Fix CONFIG_MMC usage in fat code

A #if statement in fat.c depended on CONFIG_MMC, instead of
defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
as "1" rather than just defined.  Now it's better.

Signed-off-by: Andy Fleming <afleming@freescale.com>
fs/fat/fat.c