From: Alexandre Belloni Date: Mon, 23 Mar 2015 16:48:57 +0000 (+0100) Subject: ARM: at91: remove useless Makefile.boot X-Git-Tag: v4.2-rc1~101^2~3^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=196b44ea0f7582290e84dbb37f10d2468f726fbf;p=karo-tx-linux.git ARM: at91: remove useless Makefile.boot Makefile.boot is not used anymore, remove it. Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre --- 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