Re: [PATCH v2 01/45] image: Fix BOOTM_STATE values

2022-09-30 Thread Tom Rini
On Tue, Sep 06, 2022 at 08:26:49PM -0600, Simon Glass wrote: > Tidy up the code style for these. > > Signed-off-by: Simon Glass For the series, except for patch 30 that I have taken v3 of, applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 01/45] image: Fix BOOTM_STATE values

2022-09-06 Thread Simon Glass
Tidy up the code style for these. Signed-off-by: Simon Glass --- (no changes since v1) include/image.h | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/include/image.h b/include/image.h index a148073113a..5e81fad8774 100644 --- a/include/image.h ++