diff options
| author | Neha Malcom Francis <[email protected]> | 2026-02-26 17:55:07 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-13 16:17:15 -0600 |
| commit | e56228f32dec59d446a3f12bc1c1d7680d458f68 (patch) | |
| tree | 2750161c4db81f96856bee9775c5a57bbc95fb11 | |
| parent | 7995bf8dea2d5b3eb7fcb836636f4773924ec35d (diff) | |
configs: k3_*: Add config fragments for enabling inline ECC and/or BIST
Add config fragment support for enabling inline ECC and/or BIST on TI K3
supported platforms.
Signed-off-by: Neha Malcom Francis <[email protected]>
| -rw-r--r-- | board/ti/common/k3_bist.config | 1 | ||||
| -rw-r--r-- | board/ti/common/k3_inline_ecc.config | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/ti/common/k3_bist.config b/board/ti/common/k3_bist.config new file mode 100644 index 00000000000..671dda1a9dc --- /dev/null +++ b/board/ti/common/k3_bist.config @@ -0,0 +1 @@ +CONFIG_K3_BIST=y diff --git a/board/ti/common/k3_inline_ecc.config b/board/ti/common/k3_inline_ecc.config new file mode 100644 index 00000000000..143c814b41c --- /dev/null +++ b/board/ti/common/k3_inline_ecc.config @@ -0,0 +1 @@ +CONFIG_K3_INLINE_ECC=y |
