From 5cdb2bc56b4096fa6b2842e367f3075b210957e4 Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Mon, 14 Feb 2011 14:43:02 +0800 Subject: ENGR00139120: Correct CONFIG_CMD_MMC to CONFIG_CMD_IIM for iim Correct CONFIG_CMD_MMC to CONFIG_CMD_IIM for iim. Signed-off-by: Terry Lv --- include/configs/mx53_ard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/mx53_ard.h') diff --git a/include/configs/mx53_ard.h b/include/configs/mx53_ard.h index 3ba6188..37e1c5e 100644 --- a/include/configs/mx53_ard.h +++ b/include/configs/mx53_ard.h @@ -175,7 +175,7 @@ /* * FUSE Configs * */ -#ifdef CONFIG_CMD_MMC +#ifdef CONFIG_CMD_IIM #define CONFIG_IMX_IIM #define IMX_IIM_BASE IIM_BASE_ADDR #define CONFIG_IIM_MAC_BANK 1 -- cgit v1.1