
4 Sep
2017
4 Sep
'17
2:41 a.m.
On Wed, Aug 23, 2017 at 04:01:31PM +0200, Maxime Ripard wrote:
The start variable is only used inside a loop, and is never affected inside it, so it's a purely local variable.
In the same way the partition size is accessed several times, so we can store it in a variable.
Signed-off-by: Maxime Ripard maxime.ripard@free-electrons.com Reviewed-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
--
Tom