]> git.proxmox.com Git - mirror_qemu.git/commit - hw/microblaze/boot.c
microblaze: boot: Don't hack the elf entry point
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Tue, 29 Apr 2014 00:12:58 +0000 (17:12 -0700)
committerEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Mon, 12 May 2014 23:12:40 +0000 (09:12 +1000)
commite5bfd64050e81774b6bf71ab5dd064f7bcef0c4c
tree4497a51666e1310bae35c78fe47de5f5fa67f105
parent7dfba6dfbf805cf99c4ae89f6194bc9205dfbefe
microblaze: boot: Don't hack the elf entry point

There was some modulo logic to ensure that Microblaze always booted into
physical RAM regardless of the elf entry. Removed it, as QEMU should fail
gracefully when given a bad elf, rather than attempt to run it.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
hw/microblaze/boot.c