diff options
author | Albert ARIBAUD | 2012-10-26 07:00:28 +0200 |
---|---|---|
committer | Albert ARIBAUD | 2012-10-26 07:00:28 +0200 |
commit | c68436fa427a69ea308d74c410067507d6c7103b (patch) | |
tree | 4f05a23bb3eabfe1eaf1f92bf6f57a6e403ac9a4 /spl | |
parent | 186fc4db263fc6332d6712be99a9a387087d29c7 (diff) | |
parent | c7d35bef255dedb3ec3856982f042dde514676b0 (diff) |
Merge remote-tracking branch 'u-boot-ti/master'
Diffstat (limited to 'spl')
-rw-r--r-- | spl/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/spl/Makefile b/spl/Makefile index 20a943c14d4..3195390b2ff 100644 --- a/spl/Makefile +++ b/spl/Makefile @@ -112,16 +112,13 @@ LDPPFLAGS += \ $(shell $(LD) --version | \ sed -ne 's/GNU ld version \([0-9][0-9]*\)\.\([0-9][0-9]*\).*/-DLD_MAJOR=\1 -DLD_MINOR=\2/p') -ifdef CONFIG_OMAP $(OBJTREE)/MLO: $(obj)u-boot-spl.bin $(OBJTREE)/tools/mkimage -T omapimage \ -a $(CONFIG_SPL_TEXT_BASE) -d $< $@ -endif -ifdef CONFIG_AM33XX -$(OBJTREE)/MLO: $(obj)u-boot-spl.bin - $(OBJTREE)/tools/mkimage -T omapimage \ + +$(OBJTREE)/MLO.byteswap: $(obj)u-boot-spl.bin + $(OBJTREE)/tools/mkimage -T omapimage -n byteswap \ -a $(CONFIG_SPL_TEXT_BASE) -d $< $@ -endif ALL-y += $(obj)u-boot-spl.bin |