Skip to content
Snippets Groups Projects
Commit 21f6f963 authored by Andy Fleming's avatar Andy Fleming Committed by Wolfgang Denk
Browse files

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: default avatarAndy Fleming <afleming@freescale.com>
parent f57d7d36
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment