~ubuntu-branches/ubuntu/saucy/u-boot/saucy

« back to all changes in this revision

Viewing changes to arch/mips/lib/bootm_qemu_mips.c

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-05-01 18:07:19 UTC
  • mfrom: (16.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120501180719-rjntk3287im4a0ns
Tags: 2012.04.01-1
* New upstream version.
  - Update mipsel-native-endianness.diff.
  - Update no-error-on-set-but-unused-variables.diff (partially merged).
  - Drop kirkwood_spi-irq_mask.diff (merged).
  - Drop kirkwood-disable-l2c.diff (merged).

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        /* find kernel entry point */
40
40
        theKernel = (void (*)(int, char **, char **, int *))images->ep;
41
41
 
42
 
        show_boot_progress (15);
 
42
        bootstage_mark(BOOTSTAGE_ID_RUN_OS);
43
43
 
44
44
        debug ("## Transferring control to Linux (at address %08lx) ...\n",
45
45
                (ulong) theKernel);