projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9da341
)
i386/bootm: remove unused var
author
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Sun, 18 May 2008 17:09:47 +0000
(19:09 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 18 May 2008 22:37:26 +0000
(
00:37
+0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
lib_i386/bootm.c
patch
|
blob
|
history
diff --git
a/lib_i386/bootm.c
b/lib_i386/bootm.c
index 107ebaaa67fe7262342cfbea61ff541a40931765..d959107c73b76765da250cdd697624ac92718ac6 100644
(file)
--- 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)