summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm283x/include/mach/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-bcm283x/include/mach/platform.h')
-rw-r--r--arch/arm/mach-bcm283x/include/mach/platform.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/arch/arm/mach-bcm283x/include/mach/platform.h b/arch/arm/mach-bcm283x/include/mach/platform.h
deleted file mode 100644
index 310f2463f2..0000000000
--- a/arch/arm/mach-bcm283x/include/mach/platform.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * Extract from arch/arm/mach-bcm2708/include/mach/platform.h
- *
- * Copyright (C) 2010 Broadcom
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- */
-
-#ifndef _BCM2835_PLATFORM_H
-#define _BCM2835_PLATFORM_H
-
-/*
- * SDRAM
- */
-#define BCM2835_SDRAM_BASE 0x00000000
-
-/*
- * Definitions and addresses for the ARM CONTROL logic
- * This file is manually generated.
- */
-
-#define BCM2835_CACHELINE_SIZE 64
-
-#define BCM2835_PL011_BASE 0x20201000
-#define BCM2836_PL011_BASE 0x3f201000
-#define BCM2835_MINIUART_BASE 0x20215040
-#define BCM2836_MINIUART_BASE 0x3f215040
-
-#endif
-
-/* END */