diff options
author | Andreas Färber <afaerber@suse.de> | 2012-05-14 00:08:10 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2012-06-11 00:23:04 +0200 |
commit | 9543b0cdd64ac0ba109b92eaf00e458b6223a6a8 (patch) | |
tree | c5e2daa1c8589115b23f6157ecc4a71e4ee7e697 /hw/exynos4210.c | |
parent | 20e93374e902450fa90ddd30eb4bf7d46da9ab76 (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/exynos4210.c b/hw/exynos4210.c index afc4bdc7e0..ae53837644 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; |