
Hi
On 8/20/23 18:24, Dario Binacchi wrote:
The patch removes the legacy mode of displaying the ST logo and adopts the approach introduced by the commit 284b08fb51b6 ("board: stm32mp1: add splash screen with stmicroelectronics logo"). It was necessary to use a specific logo for the stm32f746-disco board.
Furthermore, the previous version didn't properly center the logo, hiding its upper part.
Signed-off-by: Dario Binacchi dario.binacchi@amarulasolutions.com
board/st/stm32f746-disco/stm32f746-disco.c | 6 ------ configs/stm32f746-disco_defconfig | 2 +- configs/stm32f746-disco_spl_defconfig | 2 +- include/configs/stm32f746-disco.h | 7 ++++++- tools/logos/stm32f746-disco.bmp | Bin 0 -> 18052 bytes 5 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 tools/logos/stm32f746-disco.bmp
Reviewed-by: Patrick Delaunay patrick.delaunay@foss.st.com
Thanks Patrick