summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Makefile.boot
diff options
context:
space:
mode:
authorUlrich Hecht <ulrich.hecht+renesas@gmail.com>2015-08-14 15:51:02 +0200
committerSimon Horman <horms+renesas@verge.net.au>2015-09-14 03:06:44 +0200
commit3d7608e4c169af0361a4ebcb6294e7530b0e2c31 (patch)
tree3c9b52ecc9385356e4eb2df00e0ab801fb5b05dd /arch/arm/mach-shmobile/Makefile.boot
parentARM: shmobile: remove paragraph on DT reference platforms (diff)
downloadlinux-3d7608e4c169af0361a4ebcb6294e7530b0e2c31.tar.xz
linux-3d7608e4c169af0361a4ebcb6294e7530b0e2c31.zip
ARM: shmobile: bockw: remove legacy board file and config
Replaced by multi-platform. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Acked-by: by: Geert Uytterhoeven <geert+renesas@glider.be> 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.boot11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-shmobile/Makefile.boot b/arch/arm/mach-shmobile/Makefile.boot
index 1a4ab160e361..e69de29bb2d1 100644
--- a/arch/arm/mach-shmobile/Makefile.boot
+++ b/arch/arm/mach-shmobile/Makefile.boot
@@ -1,11 +0,0 @@
-# per-board load address for uImage
-loadaddr-y :=
-loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000
-
-__ZRELADDR := $(sort $(loadaddr-y))
- zreladdr-y += $(__ZRELADDR)
-
-# Unsupported legacy stuff
-#
-#params_phys-y (Instead: Pass atags pointer in r2)
-#initrd_phys-y (Instead: Use compiled-in initramfs)