Skip to content

Commit

Permalink
ARM: bcm2835: remove useless variables from Makefile.boot
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Petazzoni authored and Stephen Warren committed Oct 26, 2012
1 parent 686ea58 commit 0bd1e32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/arm/mach-bcm2835/Makefile.boot
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
zreladdr-y := 0x00008000
params_phys-y := 0x00000100
initrd_phys-y := 0x00800000
zreladdr-y := 0x00008000

0 comments on commit 0bd1e32

Please sign in to comment.