diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-03-23 17:48:57 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-05-20 16:38:00 +0200 |
commit | 196b44ea0f7582290e84dbb37f10d2468f726fbf (patch) | |
tree | c05e4a7c702ea24c44c85f4ad0590dd76c828588 /arch/arm/mach-at91 | |
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>
Diffstat (limited to 'arch/arm/mach-at91')
-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 @@ -# 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 |