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

2019-03-10 Thread Simon Glass
On Mon, 18 Feb 2019 at 09:22, Igor Opaniuk wrote: > > From: 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

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

2019-02-18 Thread Igor Opaniuk
From: 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