summaryrefslogtreecommitdiffstats
path: root/hw/exynos4210.c
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-05-14 00:08:10 +0200
committerAndreas Färber <afaerber@suse.de>2012-06-11 00:23:04 +0200
commit9543b0cdd64ac0ba109b92eaf00e458b6223a6a8 (patch)
treec5e2daa1c8589115b23f6157ecc4a71e4ee7e697 /hw/exynos4210.c
parent20e93374e902450fa90ddd30eb4bf7d46da9ab76 (diff)
downloadhqemu-9543b0cdd64ac0ba109b92eaf00e458b6223a6a8.zip
hqemu-9543b0cdd64ac0ba109b92eaf00e458b6223a6a8.tar.gz
arm_boot: Pass ARMCPU to arm_boot_info::write_secondary_boot()
Adapt exynos4210 and highbank accordingly. The parameter itself is unused. Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Igor Mitsyanko <i.mitsyanko@samsung.com> (for exynos)
Diffstat (limited to 'hw/exynos4210.c')
-rw-r--r--hw/exynos4210.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/exynos4210.c b/hw/exynos4210.c
index afc4bdc..ae53837 100644
--- a/hw/exynos4210.c
+++ b/hw/exynos4210.c
@@ -65,7 +65,7 @@
static uint8_t chipid_and_omr[] = { 0x11, 0x02, 0x21, 0x43,
0x09, 0x00, 0x00, 0x00 };
-void exynos4210_write_secondary(CPUARMState *env,
+void exynos4210_write_secondary(ARMCPU *cpu,
const struct arm_boot_info *info)
{
int n;
OpenPOWER on IntegriCloud