Revision dcac9679 hw/shix.c

b/hw/shix.c
73 73
    if (bios_name == NULL)
74 74
        bios_name = BIOS_FILENAME;
75 75
    printf("%s: load BIOS '%s'\n", __func__, bios_name);
76
    ret = load_image(bios_name, phys_ram_base);
76
    ret = load_image_targphys(bios_name, 0, 0x4000);
77 77
    if (ret < 0) {		/* Check bios size */
78 78
	fprintf(stderr, "ret=%d\n", ret);
79 79
	fprintf(stderr, "qemu: could not load SHIX bios '%s'\n",

Also available in: Unified diff