From dd223944132f97ffa52977ea95e5a52428f5cc2f Mon Sep 17 00:00:00 2001
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Date: Sun, 18 May 2008 19:09:47 +0200
Subject: [PATCH] i386/bootm: remove unused var

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 lib_i386/bootm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib_i386/bootm.c b/lib_i386/bootm.c
index 107ebaaa67f..d959107c73b 100644
--- a/lib_i386/bootm.c
+++ b/lib_i386/bootm.c
@@ -37,7 +37,6 @@ void do_bootm_linux(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[],
 	void		*base_ptr;
 	ulong		os_data, os_len;
 	ulong		initrd_start, initrd_end;
-	ulong		ep;
 	image_header_t	*hdr;
 	int		ret;
 #if defined(CONFIG_FIT)
-- 
GitLab