diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-03-23 12:48:57 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-05-20 10:38:00 -0400 |
commit | 196b44ea0f7582290e84dbb37f10d2468f726fbf (patch) | |
tree | c05e4a7c702ea24c44c85f4ad0590dd76c828588 | |
parent | a11683b72da7552b724ee21760df5d19cf53f031 (diff) |
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>
-rw-r--r-- | arch/arm/mach-at91/Makefile.boot | 8 |
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 29ed0fa374ca..000000000000 --- a/arch/arm/mach-at91/Makefile.boot +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | # Note: the following conditions must always be true: | ||
2 | # ZRELADDR == virt_to_phys(TEXTADDR) | ||
3 | # PARAMS_PHYS must be within 4MB of ZRELADDR | ||
4 | # INITRD_PHYS must be in RAM | ||
5 | |||
6 | zreladdr-y += 0x20008000 | ||
7 | params_phys-y := 0x20000100 | ||
8 | initrd_phys-y := 0x20410000 | ||