From 3f088e36de5a72a69e530d4bbf1fabaa507da0db Mon Sep 17 00:00:00 2001 From: Evgeny Voevodin Date: Fri, 13 Apr 2012 11:39:06 +0000 Subject: ARM: Exynos4210: Drop gic_cpu_write() after initialization. Remove gic_cpu_write() call after initialization that was emulating functionality of earliest SOC bootloader which enables external GIC CPU1 interface. Instead introduce Exynos4210-specific secondary CPU bootloader, which enables both Internal and External GIC CPU1 interfaces. Signed-off-by: Evgeny Voevodin Signed-off-by: Peter Maydell --- hw/exynos4210_gic.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/exynos4210_gic.c') diff --git a/hw/exynos4210_gic.c b/hw/exynos4210_gic.c index ec13140f9f..3ba9063f3c 100644 --- a/hw/exynos4210_gic.c +++ b/hw/exynos4210_gic.c @@ -321,8 +321,6 @@ static int exynos4210_gic_init(SysBusDevice *dev) sysbus_init_mmio(dev, &s->cpu_container); sysbus_init_mmio(dev, &s->dist_container); - gic_cpu_write(&s->gic, 1, 0, 1); - return 0; } -- cgit v1.2.3