diff options
| author | Marcel Ziswiler <[email protected]> | 2021-10-23 01:15:10 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-07 15:42:42 -0500 |
| commit | 01bc128a119176f26bf275fb48b011883c1dc3fd (patch) | |
| tree | c5c268e789a169151097117e7b0f38c31ded0c36 | |
| parent | 70e59a0d17b4e14f68fb2ff04c4490d133ed5ca8 (diff) | |
imx8mm-cl-iot-gate: fix imximage intermediate binary naming
This fixes the following build time issue:
...
BINMAN all
binman: Error 1 running 'mkimage -d ./mkimage.spl.mkimage -n
spl/u-boot-spl.cfgout -T imx8mimage -e 0x7e1000
./mkimage-out.spl.mkimage': mkimage.flash.mkimage: Can't open: No such
file or directory
make: *** [Makefile:1094: all] Error 1
Signed-off-by: Marcel Ziswiler <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
| -rw-r--r-- | board/compulab/imx8mm-cl-iot-gate/imximage-8mm-lpddr4.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compulab/imx8mm-cl-iot-gate/imximage-8mm-lpddr4.cfg b/board/compulab/imx8mm-cl-iot-gate/imximage-8mm-lpddr4.cfg index b89092a5590..4071219fbf4 100644 --- a/board/compulab/imx8mm-cl-iot-gate/imximage-8mm-lpddr4.cfg +++ b/board/compulab/imx8mm-cl-iot-gate/imximage-8mm-lpddr4.cfg @@ -6,4 +6,4 @@ #define __ASSEMBLY__ BOOT_FROM sd -LOADER mkimage.flash.mkimage 0x7E1000 +LOADER u-boot-spl-ddr.bin 0x7e1000 |
