diff options
author | Tom Rini <trini@konsulko.com> | 2023-04-04 09:50:13 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-04-04 09:50:13 -0400 |
commit | 0916377b837a7a964587564c4560e4534aec72cb (patch) | |
tree | ebfe7063344e48e8c39e0cb1d30fbaacffbd398d /Makefile | |
parent | 02f8486b9f9fd27c1ad7fdda78c3c892431285a9 (diff) | |
parent | ab53bd43dbde4dc8895a9f419e018d219eb4dc20 (diff) | |
download | u-boot-0916377b837a7a964587564c4560e4534aec72cb.tar.gz u-boot-0916377b837a7a964587564c4560e4534aec72cb.tar.bz2 u-boot-0916377b837a7a964587564c4560e4534aec72cb.zip |
Merge tag 'u-boot-imx-next-20230404' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-next-20230404
------------------------
CI : https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/15887
- boards : DH-Electronics, Toradex, imx8mp-beacon-kit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1522,6 +1522,9 @@ endif u-boot.uim: u-boot.bin FORCE $(Q)$(MAKE) $(build)=arch/arm/mach-imx $@ +u-boot-nand.imx: u-boot.imx FORCE + $(Q)$(MAKE) $(build)=arch/arm/mach-imx $@ + u-boot-with-spl.imx u-boot-with-nand-spl.imx: SPL $(if $(CONFIG_OF_SEPARATE),u-boot.img,u-boot.uim) FORCE $(Q)$(MAKE) $(build)=arch/arm/mach-imx $@ |