arm: set initrd_start/initrd_end for fdt scan
authorRob Herring <rob.herring@calxeda.com>
Fri, 30 Aug 2013 15:54:26 +0000 (10:54 -0500)
committerRob Herring <rob.herring@calxeda.com>
Wed, 9 Oct 2013 16:38:59 +0000 (11:38 -0500)
In order to unify the initrd scanning for DT across architectures, make
arm set initrd_start and initrd_end instead of the physical addresses.
This is aligned with all other architectures.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org
Acked-by: Grant Likely <grant.likely@linaro.org>
arch/arm/mm/init.c

Simple merge