mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 22:03:54 -06:00
uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)
u-boot is a firmware. uImage is an executable file format. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5764 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
21cafd08a6
commit
5a9154e069
6 changed files with 9 additions and 9 deletions
4
loader.c
4
loader.c
|
@ -456,8 +456,8 @@ static ssize_t gunzip(void *dst, size_t dstlen, uint8_t *src,
|
|||
}
|
||||
|
||||
/* Load a U-Boot image. */
|
||||
int load_uboot(const char *filename, target_ulong *ep, target_ulong *loadaddr,
|
||||
int *is_linux)
|
||||
int load_uimage(const char *filename, target_ulong *ep, target_ulong *loadaddr,
|
||||
int *is_linux)
|
||||
{
|
||||
int fd;
|
||||
int size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue