mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
Makefile: change rule to build IMX image
config.mk in board directory is obsolete and should be removed. The patch allows to get rid of own config.mk adding the imximage.cfg file to the options in the boards.cfg Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
a01ebd9679
commit
45d7d72b0e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -352,7 +352,7 @@ $(obj)u-boot.img: $(obj)u-boot.bin
|
|||
-d $< $@
|
||||
|
||||
$(obj)u-boot.imx: $(obj)u-boot.bin
|
||||
$(obj)tools/mkimage -n $(IMX_CONFIG) -T imximage \
|
||||
$(obj)tools/mkimage -n $(CONFIG_IMX_CONFIG) -T imximage \
|
||||
-e $(CONFIG_SYS_TEXT_BASE) -d $< $@
|
||||
|
||||
$(obj)u-boot.kwb: $(obj)u-boot.bin
|
||||
|
|
Loading…
Add table
Reference in a new issue