瀏覽代碼

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>
Thomas Petazzoni 12 年之前
父節點
當前提交
0bd1e3240e
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      arch/arm/mach-bcm2835/Makefile.boot

+ 1 - 3
arch/arm/mach-bcm2835/Makefile.boot

@@ -1,3 +1 @@
-   zreladdr-y := 0x00008000
-params_phys-y := 0x00000100
-initrd_phys-y := 0x00800000
+zreladdr-y := 0x00008000