Re: [PATCH 09/17] ARM: i.MX: boot: Move magic values into small functions

2018-04-16 Thread Andrey Smirnov
On Sat, Apr 14, 2018 at 7:24 PM, Marc Reilly wrote: > On Sunday, April 15, 2018 3:50:55 AM AEST Andrey Smirnov wrote: >> Move code to extract appropiate BOOT_CFG bits to decode booutsource on > > s/booutsource/bootsource > Fixed in v2. Thanks, Andrey Smirnov

Re: [PATCH 09/17] ARM: i.MX: boot: Move magic values into small functions

2018-04-14 Thread Marc Reilly
On Sunday, April 15, 2018 3:50:55 AM AEST Andrey Smirnov wrote: > Move code to extract appropiate BOOT_CFG bits to decode booutsource on s/booutsource/bootsource > i.MX53, 6, and 7 into small functions for clarity and to allow sharing > the code between i.MX53 and i.MX6. > Cheers, Marc

[PATCH 09/17] ARM: i.MX: boot: Move magic values into small functions

2018-04-14 Thread Andrey Smirnov
Move code to extract appropiate BOOT_CFG bits to decode booutsource on i.MX53, 6, and 7 into small functions for clarity and to allow sharing the code between i.MX53 and i.MX6. Signed-off-by: Andrey Smirnov --- arch/arm/mach-imx/boot.c | 17 + 1 file