summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcm283x/phys2bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-bcm283x/phys2bus.c')
-rw-r--r--arch/arm/mach-bcm283x/phys2bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm283x/phys2bus.c b/arch/arm/mach-bcm283x/phys2bus.c
index fc1c29905d..8e9f49240f 100644
--- a/arch/arm/mach-bcm283x/phys2bus.c
+++ b/arch/arm/mach-bcm283x/phys2bus.c
@@ -9,7 +9,7 @@
unsigned long phys_to_bus(unsigned long phys)
{
-#ifdef CONFIG_BCM2836
+#ifndef CONFIG_BCM2835
return 0xc0000000 | phys;
#else
return 0x40000000 | phys;