[PATCH V2 1/2] spl: mmc: Factor out eMMC boot partition selection code

2021-07-10 Thread sbabic
> Factor out eMMC boot partition selection code into > default_spl_mmc_emmc_boot_partition() function and implement > weak spl_mmc_emmc_boot_partition(), so that architecture or > board code can override the eMMC boot partition selection. > Signed-off-by: Marek Vasut > Cc: Faiz Abbas > Cc:

Re: [PATCH V2 1/2] spl: mmc: Factor out eMMC boot partition selection code

2021-07-05 Thread Jaehoon Chung
On 7/3/21 11:55 AM, Marek Vasut wrote: > Factor out eMMC boot partition selection code into > default_spl_mmc_emmc_boot_partition() function and implement > weak spl_mmc_emmc_boot_partition(), so that architecture or > board code can override the eMMC boot partition selection. > > Signed-off-by:

[PATCH V2 1/2] spl: mmc: Factor out eMMC boot partition selection code

2021-07-02 Thread Marek Vasut
Factor out eMMC boot partition selection code into default_spl_mmc_emmc_boot_partition() function and implement weak spl_mmc_emmc_boot_partition(), so that architecture or board code can override the eMMC boot partition selection. Signed-off-by: Marek Vasut Cc: Faiz Abbas Cc: Harald Seiler Cc: