diff options
| author | Tom Rini <[email protected]> | 2025-02-27 09:23:36 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-27 09:23:36 -0600 |
| commit | 87f00c3ba5993e40fdbe1fadcfe69191e4cacd33 (patch) | |
| tree | 0694716995f3541d7ab3257942db6b3e629c2e4d /board | |
| parent | 05647bdf55f94decea8f2db467347a924e783861 (diff) | |
| parent | ce154a45a7e550b780e07b893a87d9e411a5b8b7 (diff) | |
Merge tag 'u-boot-imx-next-20250227' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/24876
- Convert imx6q-lxr and imxrt1050 to OF_UPSTREAM.
- Fix potential memory leak on ]imx/imx8/imx8m]image.
- Restrict DDR_SI_TEST to only Siemens Capricorn board.
- Fix CONFIG_BOOTCOUNT_ALTBOOTCMD on Data Modul and DH imx8m boards.
Diffstat (limited to 'board')
| -rw-r--r-- | board/siemens/common/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/siemens/common/Kconfig b/board/siemens/common/Kconfig index 4ae12b1c973..3808257cd07 100644 --- a/board/siemens/common/Kconfig +++ b/board/siemens/common/Kconfig @@ -3,4 +3,5 @@ config FACTORYSET config DDR_SI_TEST bool "DDR signal integrity test implementations" + depends on TARGET_CAPRICORN default y |
