Skip to content
Snippets Groups Projects
Commit a80834c0 authored by Stefano Babic's avatar Stefano Babic
Browse files

SPL: Added SPL target for mx35 SOC to SPL Makefile


Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
parent d41924a2
No related branches found
No related tags found
No related merge requests found
...@@ -123,6 +123,12 @@ $(OBJTREE)/MLO: $(obj)u-boot-spl.bin ...@@ -123,6 +123,12 @@ $(OBJTREE)/MLO: $(obj)u-boot-spl.bin
-a $(CONFIG_SPL_TEXT_BASE) -d $< $@ -a $(CONFIG_SPL_TEXT_BASE) -d $< $@
endif endif
ifneq ($(CONFIG_IMX_CONFIG),)
$(OBJTREE)/SPL: $(obj)u-boot-spl.bin
$(OBJTREE)/tools/mkimage -n $(SRCTREE)/$(CONFIG_IMX_CONFIG) -T imximage \
-e $(CONFIG_SPL_TEXT_BASE) -d $< $@
endif
ALL-y += $(obj)u-boot-spl.bin ALL-y += $(obj)u-boot-spl.bin
ifdef CONFIG_SAMSUNG ifdef CONFIG_SAMSUNG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment