mirror of
https://github.com/armbian/build.git
synced 2025-08-15 15:46:58 +02:00
12 lines
321 B
Diff
12 lines
321 B
Diff
--- a/drivers/mmc/mmc_write.c
|
|
+++ b/drivers/mmc/mmc_write.c
|
|
@@ -79,7 +79,7 @@ ulong mmc_berase(struct blk_desc *block_
|
|
u32 start_rem, blkcnt_rem, erase_args = 0;
|
|
struct mmc *mmc = find_mmc_device(dev_num);
|
|
lbaint_t blk = 0, blk_r = 0;
|
|
- int timeout_ms = 1000;
|
|
+ int timeout_ms = blkcnt;
|
|
|
|
if (!mmc)
|
|
return -1;
|