
28 May
2021
28 May
'21
2:36 p.m.
On 4/28/21 1:42 PM, Patrice Chotard wrote:
BITS_PER_LONG is used to represent register's size which is 32. But when compiled on arch64, BITS_PER_LONG is then equal to 64.
Fix bank and offset computation to make it work on arch32 and arch64 and ensure that register's size is always equal to 32.
Signed-off-by: Patrice Chotard patrice.chotard@foss.st.com Signed-off-by: Pankaj Dev pankaj.dev@st.com
drivers/reset/stm32-reset.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Applied to u-boot-stm/master, thanks!
Regards Patrick