diff options
| author | Tom Rini <[email protected]> | 2023-12-15 13:33:11 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-12-15 13:33:11 -0500 |
| commit | c936ef78704fa33afa71dfec347e8785bcb3d46c (patch) | |
| tree | bbb4ca27e12343b541eaacabaeaa484f017a8aa5 /include | |
| parent | d7a2c7ff7528653612dfeed175a127b1e691e855 (diff) | |
| parent | 395507e50d7137e0bcfce74e1b4122e49d9984cb (diff) | |
Merge tag 'u-boot-stm32-20231215' of https://source.denx.de/u-boot/custodians/u-boot-stm into next
_ run savedefconfig on all STM32 defconfig
STM32 MCU:
_ Sync stm32f469-disco DT with Linux 6.5
_ rework ltdc node for stm32f769-disco
_ clk: stm32f: Fix settings for LCD_CLK
_ Support display on stm32f469-disco board
STM32 MPU:
_ stm32mp_dfu : Fix board_get_alt_info_mtd()
_ stm32mp_dfu : Simplify MTD device parsing
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 */ |
