From: Yangbo Lu <yangbo.lu@freescale.com>
Date: Wed, 22 Apr 2015 05:57:21 +0000 (+0800)
Subject: powerpc/t2080qds: enable eSDHC adapter card type identification
X-Git-Tag: v2025.01-rc5-pxa1908~13049^2~6
X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20.Permalink%20%7D%7D?a=commitdiff_plain;h=b46cf1b178c7e79240dd8ddb700b3394afbb4192;p=u-boot.git

powerpc/t2080qds: enable eSDHC adapter card type identification

Enable eSDHC adapter card type identification and this will do
some corresponding operations and set 'adapter-type' property
for device tree according SDHC Card ID.

Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com>
Cc: York Sun <yorksun@freescale.com>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
Reviewed-by: York Sun <yorksun@freescale.com>
---

diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h
index 6adcb22521..cdd4510777 100644
--- a/include/configs/T208xQDS.h
+++ b/include/configs/T208xQDS.h
@@ -764,6 +764,7 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_CMD_EXT2
 #define CONFIG_CMD_FAT
 #define CONFIG_DOS_PARTITION
+#define CONFIG_FSL_ESDHC_ADAPTER_IDENT
 #endif