Re: [PATCH] ARM: stm32: Use __section(".data") with dot in the section name on DHSOM

2023-06-16 Thread Marek Vasut
On 6/16/23 14:23, Patrice CHOTARD wrote: On 6/16/23 14:18, Marek Vasut wrote: On 6/16/23 13:46, Patrice CHOTARD wrote: On 5/4/23 21:52, Marek Vasut wrote: The correct specifier of the section is ".data" and not "data", use the former to place the variables in ".data" section. Fixes: 731fd

Re: [PATCH] ARM: stm32: Use __section(".data") with dot in the section name on DHSOM

2023-06-16 Thread Patrice CHOTARD
On 6/16/23 14:18, Marek Vasut wrote: > On 6/16/23 13:46, Patrice CHOTARD wrote: >> >> >> On 5/4/23 21:52, Marek Vasut wrote: >>> The correct specifier of the section is ".data" and not "data", >>> use the former to place the variables in ".data" section. >>> >>> Fixes: 731fd50e27f ("ARM: stm32:

Re: [PATCH] ARM: stm32: Use __section(".data") with dot in the section name on DHSOM

2023-06-16 Thread Marek Vasut
On 6/16/23 13:46, Patrice CHOTARD wrote: On 5/4/23 21:52, Marek Vasut wrote: The correct specifier of the section is ".data" and not "data", use the former to place the variables in ".data" section. Fixes: 731fd50e27f ("ARM: stm32: Implement board coding on AV96") Fixes: 92ca0f7446c ("ARM: dt

Re: [PATCH] ARM: stm32: Use __section(".data") with dot in the section name on DHSOM

2023-06-16 Thread Patrice CHOTARD
On 5/4/23 21:52, Marek Vasut wrote: > The correct specifier of the section is ".data" and not "data", > use the former to place the variables in ".data" section. > > Fixes: 731fd50e27f ("ARM: stm32: Implement board coding on AV96") > Fixes: 92ca0f7446c ("ARM: dts: stm32: Synchronize DDR setttin

Re: [Uboot-stm32] [PATCH] ARM: stm32: Use __section(".data") with dot in the section name on DHSOM

2023-05-12 Thread Patrick DELAUNAY
Hi, On 5/4/23 21:52, Marek Vasut wrote: The correct specifier of the section is ".data" and not "data", use the former to place the variables in ".data" section. Fixes: 731fd50e27f ("ARM: stm32: Implement board coding on AV96") Fixes: 92ca0f7446c ("ARM: dts: stm32: Synchronize DDR setttings on

Re: [PATCH] ARM: stm32: Use __section(".data") with dot in the section name on DHSOM

2023-05-08 Thread Patrice CHOTARD
Hi Marek On 5/4/23 21:52, Marek Vasut wrote: > The correct specifier of the section is ".data" and not "data", > use the former to place the variables in ".data" section. > > Fixes: 731fd50e27f ("ARM: stm32: Implement board coding on AV96") > Fixes: 92ca0f7446c ("ARM: dts: stm32: Synchronize DDR

[PATCH] ARM: stm32: Use __section(".data") with dot in the section name on DHSOM

2023-05-04 Thread Marek Vasut
The correct specifier of the section is ".data" and not "data", use the former to place the variables in ".data" section. Fixes: 731fd50e27f ("ARM: stm32: Implement board coding on AV96") Fixes: 92ca0f7446c ("ARM: dts: stm32: Synchronize DDR setttings on DH SoMs") Signed-off-by: Marek Vasut --- C