Typically we do not enable these configs by default but would still like to have the option to start building them in our default build flow for testing. Also there is the added advantage of users being able to see what is needed in case they choose to enable these features.
Changes since v1: https://lore.kernel.org/u-boot/[email protected]/ - move fragments to board/ti/common (Tom) - add doc patch (Tom) Neha Malcom Francis (2): configs: k3_*: Add config fragments for enabling inline ECC and/or BIST doc: board: ti: Add support for config fragment builds board/ti/common/k3_bist.config | 1 + board/ti/common/k3_inline_ecc.config | 1 + doc/board/ti/k3.rst | 55 ++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 board/ti/common/k3_bist.config create mode 100644 board/ti/common/k3_inline_ecc.config -- 2.34.1

