mirror of
https://github.com/mii443/qemu.git
synced 2025-12-09 22:18:23 +00: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:
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;
|
||||
|
||||
Reference in New Issue
Block a user