summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcm283x/mbox.c
diff options
context:
space:
mode:
authorMatthias Brugger <mbrugger@suse.com>2019-11-19 16:01:03 +0100
committerMatthias Brugger <mbrugger@suse.com>2019-11-24 10:46:27 +0100
commit8e3361c88ae322826c97ecc4b70df26d9fabc9ad (patch)
tree6a6a7a9c015783a272e85576f5dbf0032a67b7af /arch/arm/mach-bcm283x/mbox.c
parent37964494c03f0d23c58c0e43cd694df0733ec1ca (diff)
ARM: bcm283x: Move BCM283x_BASE to a global variable
We move the per SOC define BCM283x_BASE to a global variable. This is a first step to provide a single binary for several bcm283x SoCs. Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Diffstat (limited to 'arch/arm/mach-bcm283x/mbox.c')
-rw-r--r--arch/arm/mach-bcm283x/mbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm283x/mbox.c b/arch/arm/mach-bcm283x/mbox.c
index 3c67f68c17..467d0d5fba 100644
--- a/arch/arm/mach-bcm283x/mbox.c
+++ b/arch/arm/mach-bcm283x/mbox.c
@@ -5,6 +5,7 @@
#include <common.h>
#include <asm/io.h>
+#include <asm/arch/base.h>
#include <asm/arch/mbox.h>
#include <phys2bus.h>