Re: [PATCH v2 07/41] mbr: Correct verification check

2021-11-24 Thread Simon Glass
Hi Simon, On Sat, Oct 23, 2021 at 05:26:01PM -0600, Simon Glass wrote: > At present this command considers the partitions to be identical if the > start and size are smaller than expected. It should check that they are > the same. Fix this and tidy up the code style a little. > > Signed-off-by:

Re: [PATCH v2 07/41] mbr: Correct verification check

2021-10-27 Thread Ilias Apalodimas
Hi Simon, On Sat, Oct 23, 2021 at 05:26:01PM -0600, Simon Glass wrote: > At present this command considers the partitions to be identical if the > start and size are smaller than expected. It should check that they are > the same. Fix this and tidy up the code style a little. > > Signed-off-by:

[PATCH v2 07/41] mbr: Correct verification check

2021-10-23 Thread Simon Glass
At present this command considers the partitions to be identical if the start and size are smaller than expected. It should check that they are the same. Fix this and tidy up the code style a little. Signed-off-by: Simon Glass --- (no changes since v1) cmd/mbr.c | 8 1 file changed,