mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
vexpress, realview: Use pl111, not pl110
The Versatile Express, Realview EB, PBX A9 and PB A8 boards all use a PL111 for their graphics, not a PL110. Now we model the PL111, use it on these board models. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
242ea2c6bc
commit
acb9b72240
2 changed files with 2 additions and 2 deletions
|
@ -251,7 +251,7 @@ static void realview_init(ram_addr_t ram_size,
|
|||
sysbus_create_simple("pl061", 0x10014000, pic[7]);
|
||||
gpio2 = sysbus_create_simple("pl061", 0x10015000, pic[8]);
|
||||
|
||||
sysbus_create_simple("pl110_versatile", 0x10020000, pic[23]);
|
||||
sysbus_create_simple("pl111", 0x10020000, pic[23]);
|
||||
|
||||
dev = sysbus_create_varargs("pl181", 0x10005000, pic[17], pic[18], NULL);
|
||||
/* Wire up MMC card detect and read-only signals. These have
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue