Re: [PATCH 3/3] sunxi: fel: drop redundant "control register" save/restore

2023-01-08 Thread Samuel Holland
On 7/13/22 10:27, Andre Przywara wrote: > For some reasons shrouded in mystery, the code saving the FEL state was > saving the SCTLR register twice, with the second copy trying to justify > itself by using its ancient "control register" alias name. > > Drop the redundant second copy, both from the

[PATCH 3/3] sunxi: fel: drop redundant "control register" save/restore

2022-07-13 Thread Andre Przywara
For some reasons shrouded in mystery, the code saving the FEL state was saving the SCTLR register twice, with the second copy trying to justify itself by using its ancient "control register" alias name. Drop the redundant second copy, both from the fel_stash data structure, and also the code savin