diff options
| author | Yangbo Lu <[email protected]> | 2020-06-17 18:08:57 +0800 |
|---|---|---|
| committer | Priyanka Jain <[email protected]> | 2020-07-27 14:16:28 +0530 |
| commit | 4f73897b99cba1c051f4f5ed8a0e77619dedf8d6 (patch) | |
| tree | de112b08cd86c29eb081ccb87f48a1963eeebabd /drivers | |
| parent | c8f8830e0bae17f1163de6d413d0553ba5a67416 (diff) | |
Drop global data sdhc_adapter for powerpc
The sdhc_adapter of global data has not been used, and we
do not have to use it as global data even we may need it
in the future.
Signed-off-by: Yangbo Lu <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Reviewed-by: Priyanka Jain <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mmc/fsl_esdhc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c index f6e0d43057e..ba10540d048 100644 --- a/drivers/mmc/fsl_esdhc.c +++ b/drivers/mmc/fsl_esdhc.c @@ -678,7 +678,6 @@ void mmc_adapter_card_type_ident(void) u8 value; card_id = QIXIS_READ(present) & QIXIS_SDID_MASK; - gd->arch.sdhc_adapter = card_id; switch (card_id) { case QIXIS_ESDHC_ADAPTER_TYPE_EMMC45: |
