Re: [PATCH 3/3] board: stm32f746-disco: drop board_late_init()

2025-02-24 Thread Patrice CHOTARD
On 2/17/25 19:14, Dario Binacchi wrote: > The removal of the "st,button1" and "st,led1" compatibles has emptied > the board_late_init(), so let's remove it along with the configuration > that allows its invocation. > > Signed-off-by: Dario Binacchi > --- > > board/st/stm32f746-disco/stm32f74

[PATCH 3/3] board: stm32f746-disco: drop board_late_init()

2025-02-17 Thread Dario Binacchi
The removal of the "st,button1" and "st,led1" compatibles has emptied the board_late_init(), so let's remove it along with the configuration that allows its invocation. Signed-off-by: Dario Binacchi --- board/st/stm32f746-disco/stm32f746-disco.c | 5 - configs/stm32746g-eval_defconfig