Re: [PATCH v3 7/9] IOMUX: Refactor iomux_doenv() in order to increase readability

2021-01-16 Thread Tom Rini
On Mon, Dec 21, 2020 at 02:30:06PM +0200, Andy Shevchenko wrote: > Refactor iomux_doenv() a bit in order to increase readability. > There is no change in code generation on x86. > > Signed-off-by: Andy Shevchenko > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature

[PATCH v3 7/9] IOMUX: Refactor iomux_doenv() in order to increase readability

2020-12-21 Thread Andy Shevchenko
Refactor iomux_doenv() a bit in order to increase readability. There is no change in code generation on x86. Signed-off-by: Andy Shevchenko Reviewed-by: Simon Glass --- v3: added tag common/iomux.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/common/iomux.c