From 1d6abbd484a480cd60ce66a61b16215558a343b9 Mon Sep 17 00:00:00 2001 From: Vikram Pandita Date: Tue, 10 Feb 2009 14:55:35 -0600 Subject: [PATCH] Generate MLO file with Makefile ift option MLO is the file name used for MMC booting. Make that as default file generated with make ift Signed-off-by: Vikram Pandita Signed-off-by: Nishanth Menon --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c08ec9..955d1fe 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,7 @@ ift: $(ALL) x-load.bin.ift x-load.bin.ift: signGP System.map x-load.bin TEXT_BASE=`grep -w _start System.map|cut -d ' ' -f1` ./signGP x-load.bin $(TEXT_BASE) + cp x-load.bin.ift MLO x-load.bin: x-load $(OBJCOPY) ${OBJCFLAGS} -O binary $< $@ @@ -185,7 +186,7 @@ clobber: clean | xargs rm -f rm -f $(OBJS) *.bak tags TAGS rm -fr *.*~ - rm -f x-load x-load.map $(ALL) x-load.bin.ift signGP + rm -f x-load x-load.map $(ALL) x-load.bin.ift signGP MLO rm -f include/asm/proc include/asm/arch mrproper \ -- 2.39.5