projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a8dbdc
)
powerpc/t2080qds: enable eSDHC adapter card type identification
author
Yangbo Lu
<
[email protected]
>
Wed, 22 Apr 2015 05:57:21 +0000
(13:57 +0800)
committer
York Sun
<
[email protected]
>
Mon, 4 May 2015 16:25:31 +0000
(09:25 -0700)
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 <
[email protected]
>
Cc: York Sun <
[email protected]
>
Cc: Pantelis Antoniou <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
include/configs/T208xQDS.h
patch
|
blob
|
history
diff --git
a/include/configs/T208xQDS.h
b/include/configs/T208xQDS.h
index 6adcb22521f503c4ca4dd8de1e999623d85987e6..cdd45107774b83f69d79afa70ed1491b4b471481 100644
(file)
--- 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