Re: [PATCH 06/22] ARM: i.MX: bbu: Consolidate vairous update helpers

2018-08-22 Thread Andrey Smirnov
On Tue, Aug 21, 2018 at 11:52 PM Sascha Hauer wrote: > > In The subject: s/vairous/various/ > Will fix in v2. Thanks, Andrey Smirnov ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

Re: [PATCH 06/22] ARM: i.MX: bbu: Consolidate vairous update helpers

2018-08-22 Thread Sascha Hauer
In The subject: s/vairous/various/ Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0| Amtsgericht Hildesheim,

[PATCH 06/22] ARM: i.MX: bbu: Consolidate vairous update helpers

2018-08-21 Thread Andrey Smirnov
All three, imx_bbu_internal_v1_update(), imx_bbu_external_update() and imx_bbu_internal_v2_update() are doing exactly the same thing. Instead of having three almost identical functions, convert imx_bbu_internal_v2_update() (the most versatile of the three) to be a generic function and use it