commit | 2fe2a97ff9fe2f0a80473d424db0cbcdc8ec2ef2 | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Sun Sep 07 07:08:42 2008 +1000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Sep 09 11:48:53 2008 +0200 |
tree | b40a0685df1836f251fab53f4a767bb7287e0d03 | |
parent | ffb379a2be5f75d4ac52ad23ce2b13770b0087ae [diff] [blame] |
Update i386 code (sc520_cdp) Attempt to bring i386 / sc520 inline with master Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
diff --git a/lib_i386/bootm.c b/lib_i386/bootm.c index 522d7ad..613e339 100644 --- a/lib_i386/bootm.c +++ b/lib_i386/bootm.c
@@ -34,7 +34,7 @@ void *base_ptr; ulong os_data, os_len; image_header_t *hdr; - int ret; + #if defined(CONFIG_FIT) const void *data; size_t len;