diff options
| author | Tom Rini <[email protected]> | 2024-05-24 11:01:56 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-24 11:01:56 -0600 |
| commit | 6b9ae5789e9beef7fb78893c7c831e2b31b705f6 (patch) | |
| tree | b5b14f99abfb9b9e29aecf3a0f3dcb3e70e7b766 /Makefile | |
| parent | 377e91c162ab09ec20f96f966f380cb55c590edd (diff) | |
| parent | 7457dc6f183303aaf2d58fff0a622e6791aba33c (diff) | |
Merge tag 'u-boot-imx-next-20240524' 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/20834
- Allow signing i.MX8M flash.bin via binman, which is a much more
elegant solution that using scripts.
- Improve i.MX8M HAB documentation.
- Increase PHY auto-negotiation timeout to 20s on MX8Menlo
- Add bmode support for the MX53 Menlo board.
- Update Update iMX8MM Menlo board configuration
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2213,7 +2213,7 @@ MRPROPER_DIRS += include/config include/generated spl tpl vpl \ # Remove include/asm symlink created by U-Boot before v2014.01 MRPROPER_FILES += .config .config.old include/autoconf.mk* include/config.h \ ctags etags tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \ - drivers/video/fonts/*.S include/asm + drivers/video/fonts/*.S include/asm *imx8mimage* *imx8mcst* # clean - Delete most, but leave enough to build external modules # |
