diff options
| author | Tom Rini <[email protected]> | 2023-08-16 11:23:58 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-16 11:23:58 -0400 |
| commit | 375fea811d3e45b47ee8a60f1f36a1d036660736 (patch) | |
| tree | a1453abc075dc3c602124909a13413219f425841 /include | |
| parent | 9b54b0e37b72aa9bfff09cbbe13465abfa143f84 (diff) | |
| parent | 9e8cbea1a74516235820ccd50d513c961e43cb70 (diff) | |
Merge tag 'u-boot-stm32-20230816' of https://source.denx.de/u-boot/custodians/u-boot-stm
DHSOM: Power cycle Buck3 in reset
DHCOM: Switch DWMAC RMII clock to MCO2
stm32f746: fix display pinmux
stm32mp: psci: Inhibit PDDS because CSTBYDIS is set
stm32mp1: DT alignment with v6.4
stm32mp1: add splashscreen with STMicroelectronics logo
stm32mp1: clk: remove error for disabled clock in stm32mp1_clk_get_parent
serial: stm32: Extend TC timeout
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/stm32mp15_st_common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/stm32mp15_st_common.h b/include/configs/stm32mp15_st_common.h index b45982a35b8..60838cb0e3f 100644 --- a/include/configs/stm32mp15_st_common.h +++ b/include/configs/stm32mp15_st_common.h @@ -10,7 +10,9 @@ #define STM32MP_BOARD_EXTRA_ENV \ "usb_pgood_delay=2000\0" \ - "console=ttySTM0\0" + "console=ttySTM0\0" \ + "splashimage=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \ + "splashpos=m,m\0" #include <configs/stm32mp15_common.h> |
