Revision ca20cf32 hw/axis_dev88.c

b/hw/axis_dev88.c
28 28
#include "boards.h"
29 29
#include "sysemu.h"
30 30
#include "etraxfs.h"
31
#include "loader.h"
32
#include "elf.h"
31 33

  
32 34
#define D(x)
33 35
#define DNAND(x)
......
344 346
        /* Boots a kernel elf binary, os/linux-2.6/vmlinux from the axis 
345 347
           devboard SDK.  */
346 348
        kernel_size = load_elf(kernel_filename, -0x80000000LL,
347
                               &entry, NULL, &high);
349
                               &entry, NULL, &high, 0, ELF_MACHINE, 0);
348 350
        bootstrap_pc = entry;
349 351
        if (kernel_size < 0) {
350 352
            /* Takes a kimage from the axis devboard SDK.  */

Also available in: Unified diff