From e8ca7359c3ddb8b6994bfac9e58b1b1dff424011 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Wed, 26 Jan 2011 19:34:29 +0530 Subject: [PATCH] Makefile: remove TEXT_BASE TEXT_BASE comes from config.mk - dont need to hackup here. Signed-off-by: Nishanth Menon Signed-off-by: Anand Gadiyar --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index f8945cd..2b94d3a 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,6 @@ all: $(ALL) ift: $(ALL) $(obj)x-load.bin.ift $(obj)x-load.bin.ift: $(obj)signGP $(obj)System.map $(obj)x-load.bin - TEXT_BASE=`grep -w _start $(obj)System.map|cut -d ' ' -f1` $(obj)./signGP $(obj)x-load.bin $(TEXT_BASE) cp $(obj)x-load.bin.ift $(obj)MLO -- 2.39.2