diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | 2008-05-18 19:09:47 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-05-19 00:37:26 +0200 |
| commit | dd223944132f97ffa52977ea95e5a52428f5cc2f (patch) | |
| tree | 4692e689f6aca271f1b852da35b30b41bda4b0ab | |
| parent | a9da341df19b32ad2ecb58ce529f7e4fada7814e (diff) | |
i386/bootm: remove unused var
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
| -rw-r--r-- | lib_i386/bootm.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
