diff options
author | Magnus Damm <damm@opensource.se> | 2013-06-12 13:18:19 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-17 11:07:31 +0400 |
commit | b24bd7e97b3784afca6b808be1e5848e30e637ac (patch) | |
tree | ce483f0405db9ac8a22ce185801a28731f6d43e1 /arch/arm/mach-shmobile/Makefile.boot | |
parent | 21ba05a6c2defa228a5aa1100bd012e7a4f0fb30 (diff) | |
download | linux-b24bd7e97b3784afca6b808be1e5848e30e637ac.tar.xz |
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/Makefile.boot')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile.boot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Makefile.boot b/arch/arm/mach-shmobile/Makefile.boot index 6b147ea21769..3030673e31d2 100644 --- a/arch/arm/mach-shmobile/Makefile.boot +++ b/arch/arm/mach-shmobile/Makefile.boot @@ -1,7 +1,6 @@ # per-board load address for uImage loadaddr-y := loadaddr-$(CONFIG_MACH_AG5EVM) += 0x40008000 -loadaddr-$(CONFIG_MACH_AP4EVB) += 0x40008000 loadaddr-$(CONFIG_MACH_APE6EVM) += 0x40008000 loadaddr-$(CONFIG_MACH_ARMADILLO800EVA) += 0x40008000 loadaddr-$(CONFIG_MACH_ARMADILLO800EVA_REFERENCE) += 0x40008000 |