[PATCH 4/5] arm64: imx: Deduplicate DH i.MX8MP DHSOM defconfigs
Fabio Estevam
festevam at gmail.com
Fri Oct 25 13:26:58 CEST 2024
Hi Marek,
On Sat, Oct 19, 2024 at 7:03 PM Marek Vasut <marex at 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.
More information about the U-Boot
mailing list