diff options
| author | Marek Vasut <[email protected]> | 2024-11-06 20:04:14 +0100 |
|---|---|---|
| committer | Patrick Delaunay <[email protected]> | 2024-11-12 15:18:10 +0100 |
| commit | f9cfc47a832e33ee35db613677a8e4e9b97a0b07 (patch) | |
| tree | 5027c4eb7618a0a6f0822fb08d733052344a162c /configs | |
| parent | 0841716fdc230370b358498be40494bbf47fdaaa (diff) | |
ARM: stm32: Add optional manufacturing environment to DH STM32MP15xx DHSOM
Add manufacturing environment into STM32MP15xx DH electronics DHSOM
configuration. This environment is part of every board build, but only
takes effect on systems booted with the dh,stm32mp15xx-dhcor-testbench
device tree, i.e. systems populated with factory build of U-Boot.
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/stm32mp15_dhsom.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_dhsom.config b/configs/stm32mp15_dhsom.config index 4f8e98beec6..efc149577ea 100644 --- a/configs/stm32mp15_dhsom.config +++ b/configs/stm32mp15_dhsom.config @@ -64,6 +64,7 @@ CONFIG_SYSRESET_SYSCON=y CONFIG_SYS_BOOTCOUNT_ADDR=0x5C00A14C CONFIG_SYS_MALLOC_F_LEN=0x3000 CONFIG_SYS_PBSIZE=1050 +CONFIG_PREBOOT="run dh_preboot" CONFIG_SYS_SPI_U_BOOT_OFFS=0x80000 CONFIG_TARGET_DH_STM32MP1_PDK2=y CONFIG_USE_SERVERIP=y |
