Re: [U-Boot] [PATCH v2 4/7] cmd: Add 'ab_select' command

2019-01-15 Thread Igor Opaniuk
Hello Ruslan, On Wed, 12 Dec 2018 at 19:12, Ruslan Trofymenko wrote: > > For A/B system update support the Android boot process requires to send > 'androidboot.slot_suffix' parameter as a command line argument. This > patch implementes 'ab_select' command which allows us to obtain current > slot

[U-Boot] [PATCH v2 4/7] cmd: Add 'ab_select' command

2018-12-12 Thread Ruslan Trofymenko
For A/B system update support the Android boot process requires to send 'androidboot.slot_suffix' parameter as a command line argument. This patch implementes 'ab_select' command which allows us to obtain current slot by processing the A/B metadata. The patch was extracted from commit [1] with one