]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ARM: bcm2835: remove useless variables from Makefile.boot
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 25 Oct 2012 11:59:18 +0000 (13:59 +0200)
committerStephen Warren <swarren@wwwdotorg.org>
Fri, 26 Oct 2012 02:28:23 +0000 (20:28 -0600)
Neither params_phys-y nor initrd_phys-y are needed when booting with a
Device Tree. Those values are passed through the Device Tree blob. So
get rid of those variable definitions from Makefile.boot.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
arch/arm/mach-bcm2835/Makefile.boot

index 2d30e17f5b6987e45cdce393ec03615a6b15ed60..b3271754e9fd1a431604f559a837fb64862a367f 100644 (file)
@@ -1,3 +1 @@
-   zreladdr-y := 0x00008000
-params_phys-y := 0x00000100
-initrd_phys-y := 0x00800000
+zreladdr-y := 0x00008000