diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-05 18:36:48 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-02-08 22:35:41 +0100 |
commit | 9dfb81efbbddf8258ff9c10f9649553608975e02 (patch) | |
tree | e7d14ad32b0841cf1538ba4a3dbdfefb7b526258 /arch/arm/mach-exynos | |
parent | Linux 4.5-rc3 (diff) | |
download | linux-9dfb81efbbddf8258ff9c10f9649553608975e02.tar.xz linux-9dfb81efbbddf8258ff9c10f9649553608975e02.zip |
ARM: drop unused Makefile.boot of Multiplatform SoCs
The variable "MACHINE" is empty if CONFIG_ARCH_MULTIPLATFORM=y,
so these Makefile.boot files are never included.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Michal Simek <michal.simek@xilinx.com> (for Zynq)
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/Makefile.boot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/Makefile.boot b/arch/arm/mach-exynos/Makefile.boot deleted file mode 100644 index b9862e22bf10..000000000000 --- a/arch/arm/mach-exynos/Makefile.boot +++ /dev/null @@ -1,2 +0,0 @@ - zreladdr-y += 0x40008000 -params_phys-y := 0x40000100 |