diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-06-17 15:49:37 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-06-17 15:49:37 +0000 |
commit | 727170b67105fef0e229e4b2eef45f88f121aa8c (patch) | |
tree | 33b1501393a224a3dac518a59dba343ef08d55be /hw/ppc440_bamboo.c | |
parent | 19a3da7f4dcc70557077aff0d7d44754bc177cd9 (diff) |
Allow user to specify CPU model
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ppc440_bamboo.c')
-rw-r--r-- | hw/ppc440_bamboo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc440_bamboo.c b/hw/ppc440_bamboo.c index 00aa2c72a2..9882ea5230 100644 --- a/hw/ppc440_bamboo.c +++ b/hw/ppc440_bamboo.c @@ -103,7 +103,7 @@ static void bamboo_init(ram_addr_t ram_size, int i; /* Setup CPU. */ - env = ppc440ep_init(&ram_size, &pcibus, pci_irq_nrs, 1); + env = ppc440ep_init(&ram_size, &pcibus, pci_irq_nrs, 1, cpu_model); if (pcibus) { int unit_id = 0; |