diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-10-25 07:59:18 -0400 |
---|---|---|
committer | Stephen Warren <swarren@wwwdotorg.org> | 2012-10-25 22:28:23 -0400 |
commit | 0bd1e3240ee49cba6fe243a317e07c8cc8e27334 (patch) | |
tree | 3c745cc73ee11181b2bf1c59b7de57612761e7c6 /arch/arm/mach-bcm2835 | |
parent | 686ea5851e776a85b8bebdc83a8e60c49c1924b3 (diff) |
ARM: bcm2835: remove useless variables from Makefile.boot
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>
Diffstat (limited to 'arch/arm/mach-bcm2835')
-rw-r--r-- | arch/arm/mach-bcm2835/Makefile.boot | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-bcm2835/Makefile.boot b/arch/arm/mach-bcm2835/Makefile.boot index 2d30e17f5b69..b3271754e9fd 100644 --- a/arch/arm/mach-bcm2835/Makefile.boot +++ b/arch/arm/mach-bcm2835/Makefile.boot | |||
@@ -1,3 +1 @@ | |||
1 | zreladdr-y := 0x00008000 | zreladdr-y := 0x00008000 | |
2 | params_phys-y := 0x00000100 | ||
3 | initrd_phys-y := 0x00800000 | ||