All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: bcm2835: remove useless variables from Makefile.boot
@ 2012-10-25 11:59 Thomas Petazzoni
  2012-10-26  2:49 ` Stephen Warren
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2012-10-25 11:59 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/mach-bcm2835/Makefile.boot |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/arch/arm/mach-bcm2835/Makefile.boot b/arch/arm/mach-bcm2835/Makefile.boot
index 2d30e17..b327175 100644
--- a/arch/arm/mach-bcm2835/Makefile.boot
+++ b/arch/arm/mach-bcm2835/Makefile.boot
@@ -1,3 +1 @@
-   zreladdr-y := 0x00008000
-params_phys-y := 0x00000100
-initrd_phys-y := 0x00800000
+zreladdr-y := 0x00008000
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-26  2:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25 11:59 [PATCH] arm: bcm2835: remove useless variables from Makefile.boot Thomas Petazzoni
2012-10-26  2:49 ` Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.