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/highbank.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/highbank.c')
-rw-r--r-- | hw/highbank.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/highbank.c b/hw/highbank.c index 4d6d728a28..45ca1ad757 100644 --- a/hw/highbank.c +++ b/hw/highbank.c @@ -36,7 +36,7 @@ /* Board init. */ -static void hb_write_secondary(CPUARMState *env, const struct arm_boot_info *info) +static void hb_write_secondary(ARMCPU *cpu, const struct arm_boot_info *info) { int n; uint32_t smpboot[] = { |