diff options
| author | Stefano Babic <[email protected]> | 2010-01-20 18:19:10 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2010-01-25 23:58:29 +0100 |
| commit | 8edcde5e4e2e7f6bc7e277011fed71e64fd9d294 (patch) | |
| tree | e498caa8211ff573cc727b1e72bbb82d17efbdee /Makefile | |
| parent | a21fb981d533ac6d323a01c7fa2cda20f2d36de5 (diff) | |
mkimage: Add Freescale imx Boot Image support (imximage)
This patch adds support for "imximage" (MX Boot Image)
to the mkimage utility. The imximage is used on the Freescales's
MX.25, MX.35 and MX.51 processors.
Further details under doc/README.imximage.
This patch was tested on a Freescale mx51evk board.
Signed-off-by: Stefano Babic <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -324,6 +324,10 @@ $(obj)u-boot.img: $(obj)u-boot.bin sed -e 's/"[ ]*$$/ for $(BOARD) board"/') \ -d $< $@ +$(obj)u-boot.imx: $(obj)u-boot.bin + $(obj)tools/mkimage -n $(IMX_CONFIG) -T imximage \ + -e $(TEXT_BASE) -d $< $@ + $(obj)u-boot.kwb: $(obj)u-boot.bin $(obj)tools/mkimage -n $(KWD_CONFIG) -T kwbimage \ -a $(TEXT_BASE) -e $(TEXT_BASE) -d $< $@ |
