summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/zboot.h
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-06-12 18:18:19 +0900
committerSimon Horman <horms+renesas@verge.net.au>2013-06-17 16:07:31 +0900
commitb24bd7e97b3784afca6b808be1e5848e30e637ac (patch)
treece483f0405db9ac8a22ce185801a28731f6d43e1 /arch/arm/mach-shmobile/include/mach/zboot.h
parent21ba05a6c2defa228a5aa1100bd012e7a4f0fb30 (diff)
ARM: shmobile: Remove AP4EVB board support
Remove board support for the sh7372 based AP4EVB board The sh7372 SoC support code is still kept around since it is in use by the Mackerel board which is basically a more recent board where the design is based on AP4EVB. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/zboot.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/zboot.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/zboot.h b/arch/arm/mach-shmobile/include/mach/zboot.h
index 308b5cfd1c1..f2d8744c1f1 100644
--- a/arch/arm/mach-shmobile/include/mach/zboot.h
+++ b/arch/arm/mach-shmobile/include/mach/zboot.h
@@ -10,11 +10,7 @@
*
**************************************************/
-#ifdef CONFIG_MACH_AP4EVB
-#define MACH_TYPE MACH_TYPE_AP4EVB
-#define MEMORY_START 0x40000000
-#include "mach/head-ap4evb.txt"
-#elif defined(CONFIG_MACH_MACKEREL)
+#ifdef CONFIG_MACH_MACKEREL
#define MACH_TYPE MACH_TYPE_MACKEREL
#define MEMORY_START 0x40000000
#include "mach/head-mackerel.txt"