diff --git a/patch/u-boot/u-boot-pine64-default/foresee-64GB-emmc-workaround.patch b/patch/u-boot/u-boot-pine64-default/foresee-64GB-emmc-workaround.patch deleted file mode 100644 index 551d06187..000000000 --- a/patch/u-boot/u-boot-pine64-default/foresee-64GB-emmc-workaround.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c -index d160bd5..c9f0b9e 100644 ---- a/drivers/mmc/mmc.c -+++ b/drivers/mmc/mmc.c -@@ -2272,7 +2272,7 @@ static int mmc_complete_init(struct mmc *mmc) - err = sunxi_switch_to_best_bus(mmc); - if (err) { - MMCINFO("switch to best speed mode fail\n"); -- return err; -+ /* return err; */ - } - - init_part(&mmc->block_dev); /* it will send cmd17 */