From 00949cc6ff0d19e9a9ef360c28f6b55d8a699bfb Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Tue, 19 Nov 2019 16:01:04 +0100 Subject: [PATCH] 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 --- arch/arm/mach-bcm283x/init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-bcm283x/init.c b/arch/arm/mach-bcm283x/init.c index 4f122f6..f2a5411 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(); -- 2.7.4