Re: [PATCH 12/12] board: st: stm32mp2: display the board identification

2024-01-15 Thread Patrice CHOTARD
On 1/15/24 13:46, Patrick Delaunay wrote: > Add the display of the STMicroelectronics board identification saved in OTP > in stm32mp2 checkboard function. > > Signed-off-by: Patrick Delaunay > --- > > board/st/stm32mp2/stm32mp2.c | 23 +++ > 1 file changed, 23 insertions(

[PATCH 12/12] board: st: stm32mp2: display the board identification

2024-01-15 Thread Patrick Delaunay
Add the display of the STMicroelectronics board identification saved in OTP in stm32mp2 checkboard function. Signed-off-by: Patrick Delaunay --- board/st/stm32mp2/stm32mp2.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/board/st/stm32mp2/stm32mp2.c b/board/st/stm3