|
@@ -679,7 +679,7 @@ static int mmc_complete_op_cond(struct mmc *mmc)
|
|
|
{
|
|
|
struct mmc_cmd cmd;
|
|
|
int timeout = 1000;
|
|
|
- uint start;
|
|
|
+ ulong start;
|
|
|
int err;
|
|
|
|
|
|
mmc->op_cond_pending = 0;
|
|
@@ -2611,7 +2611,7 @@ static int mmc_complete_init(struct mmc *mmc)
|
|
|
int mmc_init(struct mmc *mmc)
|
|
|
{
|
|
|
int err = 0;
|
|
|
- __maybe_unused unsigned start;
|
|
|
+ __maybe_unused ulong start;
|
|
|
#if CONFIG_IS_ENABLED(DM_MMC)
|
|
|
struct mmc_uclass_priv *upriv = dev_get_uclass_priv(mmc->dev);
|
|
|
|