From: Michael Tokarev Date: Tue, 16 Feb 2016 06:29:07 +0000 (+0300) Subject: s390: remove misleading comment X-Git-Tag: TizenStudio_2.0_p4.0~6^2~12^2~6^2~264^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f35c1f66adb4c472830329a2fb23e0a8fd8ca5f4;p=sdk%2Femulator%2Fqemu.git s390: remove misleading comment The comment talks about a non-ELF object while the example gives ELF object. Signed-off-by: Michael Tokarev --- diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c index 5786b5e..e6bf7cf 100644 --- a/hw/s390x/ipl.c +++ b/hw/s390x/ipl.c @@ -129,7 +129,7 @@ static void s390_ipl_realize(DeviceState *dev, Error **errp) /* Adjust ELF start address to final location */ ipl->bios_start_addr += fwbase; } else { - /* Try to load non-ELF file (e.g. s390-ccw.img) */ + /* Try to load non-ELF file */ bios_size = load_image_targphys(bios_filename, ZIPL_IMAGE_START, 4096); ipl->bios_start_addr = ZIPL_IMAGE_START;