]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: at91: remove useless Makefile.boot
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 23 Mar 2015 16:48:57 +0000 (17:48 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 20 May 2015 14:38:00 +0000 (16:38 +0200)
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>
arch/arm/mach-at91/Makefile.boot [deleted file]

diff --git a/arch/arm/mach-at91/Makefile.boot b/arch/arm/mach-at91/Makefile.boot
deleted file mode 100644 (file)
index 29ed0fa..0000000
+++ /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