OSDN Git Service

arm/highbank.c: Fix MPCore periphbase name
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Tue, 17 Dec 2013 19:42:29 +0000 (19:42 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2013 19:42:29 +0000 (19:42 +0000)
commite2cddeeb97a47cd58384cfd86ae79c9bbe829255
tree8f2a1582c052c7ba23a7fe49bc59eb978478bd39
parentc25771281ea17c2a09c86ac6a74672f2ec297f8d
arm/highbank.c: Fix MPCore periphbase name

GIC_BASE_ADDR is not the base address of the GIC. Its clear from the
code that this is the base address of the MPCore. Rename to
MPCORE_PERIPHBASE accordingly.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 90798bd3507205c16238b8b19a1a58c5437cf7ca.1387160489.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/highbank.c