From: Matthias Brugger Date: Tue, 19 Nov 2019 15:01:04 +0000 (+0100) Subject: ARM: bcm283x: Set rpi_bcm283x_base at run-time X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbbdc9153bae7c5f0da37ecb896c8a3735f7a54f;p=platform%2Fkernel%2Fu-boot.git ARM: bcm283x: Set rpi_bcm283x_base at run-time As part of the effort to create one binary for several bcm83x SoCs we read the IO base address from device-tree. Change-Id: I9816b3576a4fd6637bbf11bb6aeb6fa3bb8de456 Signed-off-by: Matthias Brugger --- diff --git a/arch/arm/mach-bcm283x/init.c b/arch/arm/mach-bcm283x/init.c index 4f122f63b5..f2a5411623 100644 --- a/arch/arm/mach-bcm283x/init.c +++ b/arch/arm/mach-bcm283x/init.c @@ -116,8 +116,6 @@ static void rpi_update_mem_map(void) {} unsigned long rpi_bcm283x_base = 0x3f000000; -unsigned long rpi_bcm283x_base; - int arch_cpu_init(void) { icache_enable();