summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2015-03-23 17:48:57 +0100
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2015-05-20 16:38:00 +0200
commit196b44ea0f7582290e84dbb37f10d2468f726fbf (patch)
treec05e4a7c702ea24c44c85f4ad0590dd76c828588 /arch/arm/mach-at91
parenta11683b72da7552b724ee21760df5d19cf53f031 (diff)
downloadlinux-0-day-196b44ea0f7582290e84dbb37f10d2468f726fbf.tar.gz
linux-0-day-196b44ea0f7582290e84dbb37f10d2468f726fbf.tar.xz
ARM: at91: remove useless Makefile.boot
Makefile.boot is not used anymore, remove it. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/Makefile.boot8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-at91/Makefile.boot b/arch/arm/mach-at91/Makefile.boot
deleted file mode 100644
index 29ed0fa374ca6..0000000000000
--- a/arch/arm/mach-at91/Makefile.boot
+++ /dev/null
@@ -1,8 +0,0 @@
-# Note: the following conditions must always be true:
-# ZRELADDR == virt_to_phys(TEXTADDR)
-# PARAMS_PHYS must be within 4MB of ZRELADDR
-# INITRD_PHYS must be in RAM
-
- zreladdr-y += 0x20008000
-params_phys-y := 0x20000100
-initrd_phys-y := 0x20410000