Revision 5fafdf24 loader.c
b/loader.c | ||
---|---|---|
1 | 1 |
/* |
2 | 2 |
* QEMU Executable loader |
3 |
*
|
|
3 |
* |
|
4 | 4 |
* Copyright (c) 2006 Fabrice Bellard |
5 |
*
|
|
5 |
* |
|
6 | 6 |
* Permission is hereby granted, free of charge, to any person obtaining a copy |
7 | 7 |
* of this software and associated documentation files (the "Software"), to deal |
8 | 8 |
* in the Software without restriction, including without limitation the rights |
... | ... | |
261 | 261 |
/* Load a U-Boot image. */ |
262 | 262 |
int load_uboot(const char *filename, target_ulong *ep, int *is_linux) |
263 | 263 |
{ |
264 |
|
|
264 |
|
|
265 | 265 |
int fd; |
266 | 266 |
int size; |
267 | 267 |
uboot_image_header_t h; |
Also available in: Unified diff