Re: [PATCH v2 0/4] fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT

2021-02-01 Thread Sean Anderson
Looks like I didn't CC people properly... On 1/27/21 11:36 AM, Sean Anderson wrote: Hi Patrick, I believe that the first two patches in this series can be replicated with [1]. For example, if you currently use FASTBOOT_MMC_BOOT_SUPPORT with FASTBOOT_MMC_BOOT1_NAME set to "mmc0boot1", leading to

Re: [PATCH v2 0/4] fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT

2021-01-27 Thread Sean Anderson
Hi Patrick, I believe that the first two patches in this series can be replicated with [1]. For example, if you currently use FASTBOOT_MMC_BOOT_SUPPORT with FASTBOOT_MMC_BOOT1_NAME set to "mmc0boot1", leading to commands like $ fastboot erase mmc0boot1 You could instead do $ fastboot erase 0.1

[PATCH v2 0/4] fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT

2021-01-27 Thread Patrick Delaunay
Hi, It is a rebased V2 version of the serie [1]. This serie adds a lot of new #if and doesn't respect the last U-Boot coding rules with 14 warnings detected by checkpatch: warning: Use 'if (IS_ENABLED(CONFIG...))' instead of '#if or #ifdef' where possible But I chose to copy the