
Hi Marek,
On Sat, Oct 19, 2024 at 7:03 PM Marek Vasut marex@denx.de wrote:
Deduplicate defconfigs for all DH i.MX8MP DHSOM by factoring out the common parts into generic _dhsom_defconfig and including those using the #include <configs/...> preprocessor macro, which is applicable to defconfigs as well. This enables CMD_EXPORTENV on all iMX8MP DHSOM systems to be consistent with other DHSOM systems.
....
create mode 100644 configs/dhsom_defconfig create mode 100644 configs/imx8mp_dhsom_defconfig create mode 100644 configs/imx_dhsom_defconfig
CI complains about this:
$ ./tools/buildman/buildman --maintainer-check fatal: detected dubious ownership in repository at '/builds/u-boot/custodians/u-boot-imx' To add an exception for this directory, call: git config --global --add safe.directory /builds/u-boot/custodians/u-boot-imx WARNING: no maintainers for 'dhsom' WARNING: no maintainers for 'imx_dhsom'
Please fix and resend.