[PATCH 3/4] ARM: imx: Add support for reading out the primary/secondary bmode

2020-08-18 Thread sbabic
> Add new 'getprisec' subcommand to 'bmode' command, which sets the return > value of the 'bmode' command to either 0 if the system booted from primary > copy or to 1 if the system booted from secondary copy. This can be used > e.g. in 'test' command to determine which copy of the system is running

Re: [PATCH 3/4] ARM: imx: Add support for reading out the primary/secondary bmode

2020-08-05 Thread Stefano Babic
On 05.08.20 15:34, Marek Vasut wrote: > Add new 'getprisec' subcommand to 'bmode' command, which sets the return > value of the 'bmode' command to either 0 if the system booted from primary > copy or to 1 if the system booted from secondary copy. This can be used > e.g. in 'test' command to determi

[PATCH 3/4] ARM: imx: Add support for reading out the primary/secondary bmode

2020-08-05 Thread Marek Vasut
Add new 'getprisec' subcommand to 'bmode' command, which sets the return value of the 'bmode' command to either 0 if the system booted from primary copy or to 1 if the system booted from secondary copy. This can be used e.g. in 'test' command to determine which copy of the system is running. Signe