| .. | .. |
|---|
| 147 | 147 | * rules that must accommodate non-MMC slaves which this layer |
|---|
| 148 | 148 | * won't even know about. |
|---|
| 149 | 149 | */ |
|---|
| 150 | | -#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT |
|---|
| 150 | +#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT_MMC |
|---|
| 151 | 151 | if (!mmc_host_is_spi(host)) { |
|---|
| 152 | 152 | mmc_set_chip_select(host, MMC_CS_HIGH); |
|---|
| 153 | 153 | mmc_delay(1); |
|---|
| .. | .. |
|---|
| 159 | 159 | |
|---|
| 160 | 160 | err = mmc_wait_for_cmd(host, &cmd, 0); |
|---|
| 161 | 161 | |
|---|
| 162 | | -#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT |
|---|
| 162 | +#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT_MMC |
|---|
| 163 | 163 | mmc_delay(1); |
|---|
| 164 | 164 | if (!mmc_host_is_spi(host)) { |
|---|
| 165 | 165 | mmc_set_chip_select(host, MMC_CS_DONTCARE); |
|---|
| .. | .. |
|---|
| 199 | 199 | } |
|---|
| 200 | 200 | |
|---|
| 201 | 201 | err = -ETIMEDOUT; |
|---|
| 202 | | -#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT |
|---|
| 202 | +#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT_MMC |
|---|
| 203 | 203 | mmc_delay(1); |
|---|
| 204 | 204 | #else |
|---|
| 205 | 205 | udelay(1); |
|---|