| .. | .. |
|---|
| 2432 | 2432 | } |
|---|
| 2433 | 2433 | EXPORT_SYMBOL(mmc_set_blockcount); |
|---|
| 2434 | 2434 | |
|---|
| 2435 | | -#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT |
|---|
| 2435 | +#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT_MMC |
|---|
| 2436 | 2436 | static void mmc_hw_reset_for_init(struct mmc_host *host) |
|---|
| 2437 | 2437 | { |
|---|
| 2438 | 2438 | mmc_pwrseq_reset(host); |
|---|
| .. | .. |
|---|
| 2504 | 2504 | * Some eMMCs (with VCCQ always on) may not be reset after power up, so |
|---|
| 2505 | 2505 | * do a hardware reset if possible. |
|---|
| 2506 | 2506 | */ |
|---|
| 2507 | | -#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT |
|---|
| 2507 | +#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT_MMC |
|---|
| 2508 | 2508 | mmc_hw_reset_for_init(host); |
|---|
| 2509 | 2509 | #endif |
|---|
| 2510 | 2510 | |
|---|