From 50d0d5cb89799a2c44cb7207590fc3db8bce94a9 Mon Sep 17 00:00:00 2001 From: ThomasKaiser Date: Mon, 11 Sep 2017 17:15:08 +0200 Subject: [PATCH] Removing non working 64GB Pinebook eMMC patch Patch was not sufficient and testing happened with the wrong module anyway --- .../foresee-64GB-emmc-workaround.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 patch/u-boot/u-boot-pine64-default/foresee-64GB-emmc-workaround.patch 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 */