diff options
| author | Dario Binacchi <[email protected]> | 2023-12-11 23:05:56 +0100 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2023-12-15 15:41:23 +0100 |
| commit | 29e3b2430b13175fb36b9ebbb11434c93dae8ff0 (patch) | |
| tree | 8ac716746e66f84a24ce0deae08039327e453647 /include | |
| parent | 47256b040c61a08de6037954e15d4cba1d2a04a9 (diff) | |
board: stm32f469-disco: add splash screen with stmicroelectronics logo
Display the STMicroelectronics logo with features VIDEO_LOGO and
SPLASH_SCREEN on stm32f469-disco board.
Signed-off-by: Dario Binacchi <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/stm32f469-discovery.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/stm32f469-discovery.h b/include/configs/stm32f469-discovery.h index 62a7e9af0c5..75bb9cd8d06 100644 --- a/include/configs/stm32f469-discovery.h +++ b/include/configs/stm32f469-discovery.h @@ -31,6 +31,8 @@ "scriptaddr=0x00418000\0" \ "pxefile_addr_r=0x00428000\0" \ "ramdisk_addr_r=0x00438000\0" \ + "splashimage=0x00448000\0" \ + "splashpos=m,m\0" \ BOOTENV #endif /* __CONFIG_H */ |
