Commit 0bd1e324 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Stephen Warren

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarStephen Warren <swarren@wwwdotorg.org>
parent 686ea585
zreladdr-y := 0x00008000 zreladdr-y := 0x00008000
params_phys-y := 0x00000100
initrd_phys-y := 0x00800000
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment