commit | 78d25a54f477a612e9848672d22c314cc79f6076 | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Sun May 18 19:09:47 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Mon May 19 00:37:26 2008 +0200 |
tree | 4692e689f6aca271f1b852da35b30b41bda4b0ab | |
parent | 57ff8f9fe3c1aed89080ea92d4c8d9e7f21d1f6a [diff] |
i386/bootm: remove unused var Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
diff --git a/lib_i386/bootm.c b/lib_i386/bootm.c index 107ebaa..d959107 100644 --- a/lib_i386/bootm.c +++ b/lib_i386/bootm.c
@@ -37,7 +37,6 @@ 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)