From 9192b13bc88df9c0635d162c543f89efac66b188 Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Sun, 20 Aug 2023 18:24:45 +0200 Subject: board: stm32f746-disco: refactor the display of the ST logo 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 Reviewed-by: Patrick Delaunay Reviewed-by: Patrice Chotard --- tools/logos/stm32f746-disco.bmp | Bin 0 -> 18052 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tools/logos/stm32f746-disco.bmp (limited to 'tools/logos') diff --git a/tools/logos/stm32f746-disco.bmp b/tools/logos/stm32f746-disco.bmp new file mode 100644 index 0000000..c1ef4fb Binary files /dev/null and b/tools/logos/stm32f746-disco.bmp differ -- cgit v1.1