From 60dbc7c9d72fd2463bb2714c2c40eeb98dbd2c19 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Tue, 15 May 2018 21:08:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=94=AC=E2=94=B4=E2=94=AC=E2=94=B4=E2=94=A4(?= =?UTF-8?q?=20=CD=A1=C2=B0=20=CD=9C=CA=96=E2=80=8C=E2=80=8C=E2=80=8C?= =?UTF-8?q?=E2=80=8C=E2=80=8C=E2=80=8C=E2=80=8C=E2=80=8C=E2=80=8C=E2=80=8C?= =?UTF-8?q?=E2=80=8C=E2=80=8C=E2=80=8C=E2=80=8C=E2=80=8C=E2=80=8C=E2=80=8C?= =?UTF-8?q?=E2=80=8C=E2=80=8C=E2=80=8C=E2=80=8C=E2=80=8C=E2=80=8C=E2=80=8C?= =?UTF-8?q?=E2=80=8C=E2=94=9C=E2=94=AC=E2=94=B4=E2=94=AC=E2=94=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fusee/fusee-secondary/src/switch_fs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fusee/fusee-secondary/src/switch_fs.c b/fusee/fusee-secondary/src/switch_fs.c index c6a2a0d56..c5ecfdcc7 100644 --- a/fusee/fusee-secondary/src/switch_fs.c +++ b/fusee/fusee-secondary/src/switch_fs.c @@ -111,9 +111,9 @@ static int switchfs_bis_crypto_encrypt(device_partition_t *devpart, uint64_t sec } static mmc_partition_info_t g_sd_mmcpart = { &g_sd_mmc, SWITCH_MICROSD, SDMMC_PARTITION_USER }; -static mmc_partition_info_t g_nand_boot0_mmcpart = { &g_sd_mmc, SWITCH_EMMC, SDMMC_PARTITION_BOOT0 }; -static mmc_partition_info_t g_nand_boot1_mmcpart = { &g_sd_mmc, SWITCH_EMMC, SDMMC_PARTITION_BOOT1 }; -static mmc_partition_info_t g_nand_user_mmcpart = { &g_sd_mmc, SWITCH_EMMC, SDMMC_PARTITION_USER }; +static mmc_partition_info_t g_nand_boot0_mmcpart = { &g_nand_mmc, SWITCH_EMMC, SDMMC_PARTITION_BOOT0 }; +static mmc_partition_info_t g_nand_boot1_mmcpart = { &g_nand_mmc, SWITCH_EMMC, SDMMC_PARTITION_BOOT1 }; +static mmc_partition_info_t g_nand_user_mmcpart = { &g_nand_mmc, SWITCH_EMMC, SDMMC_PARTITION_USER }; static const device_partition_t g_mmc_devpart_template = { .sector_size = 512,