dev-arm: fix build to missing Pl390 to Gicv2 rename
authorCiro Santilli <ciro.santilli@arm.com>
Wed, 12 Sep 2018 14:33:01 +0000 (15:33 +0100)
committerCiro Santilli <ciro.santilli@arm.com>
Wed, 12 Sep 2018 15:25:00 +0000 (15:25 +0000)
Change-Id: I6756f2c789aaca410d201aa64147443b66afee39
Reviewed-on: https://gem5-review.googlesource.com/12645
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>

src/dev/arm/RealView.py

index 769014163dca4f305fbc0600d36bdf9a2e4ee625..e8a7cd6d4103599ab642939141f09169b56b7e5d 100644 (file)
@@ -749,7 +749,7 @@ class RealViewEB(RealView):
     realview_io = RealViewCtrl(pio_addr=0x10000000, idreg=0x01400500)
     mcc = VExpressMCC()
     dcc = CoreTile2A15DCC()
-    gic = Pl390(dist_addr=0x10041000, cpu_addr=0x10040000)
+    gic = GicV2(dist_addr=0x10041000, cpu_addr=0x10040000)
     timer0 = Sp804(int_num0=36, int_num1=36, pio_addr=0x10011000)
     timer1 = Sp804(int_num0=37, int_num1=37, pio_addr=0x10012000)
     clcd   = Pl111(pio_addr=0x10020000, int_num=23)