Skip to content

Commit

Permalink
petalogix-ml605: Set the MicroBlaze CPU version to 8.10.a
Browse files Browse the repository at this point in the history
Set the MicroBlaze CPU version to 8.10.a avoiding a runtime
warning due to an unset CPU version.

Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
  • Loading branch information
edgarigl committed Jan 7, 2016
1 parent ad24f94 commit a7e00e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/microblaze/petalogix_ml605_mmu.c
Expand Up @@ -81,6 +81,7 @@ petalogix_ml605_init(MachineState *machine)

/* init CPUs */
cpu = MICROBLAZE_CPU(object_new(TYPE_MICROBLAZE_CPU));
object_property_set_str(OBJECT(cpu), "8.10.a", "version", &error_abort);
/* Use FPU but don't use floating point conversion and square
* root instructions
*/
Expand Down

0 comments on commit a7e00e2

Please sign in to comment.