Re: [PATCH 2/2] spl: mmc: Pass eMMC HW partition 7 through

2023-03-09 Thread Jaehoon Chung
On 1/5/23 23:28, Marek Vasut wrote: > The eMMC HW partition 0 and 7 both mean USER HW partition. Use this as > a mean of propagating A/B copy selection within USER HW partition. The > spl_mmc_get_uboot_raw_sector() can detect that a USER HW partition is > in use and based on whether it is 0 or 7,

[PATCH 2/2] spl: mmc: Pass eMMC HW partition 7 through

2023-01-05 Thread Marek Vasut
The eMMC HW partition 0 and 7 both mean USER HW partition. Use this as a mean of propagating A/B copy selection within USER HW partition. The spl_mmc_get_uboot_raw_sector() can detect that a USER HW partition is in use and based on whether it is 0 or 7, select appropriate sector to load from.