ARM: tegra: use standard variables to define load addresses
authorStephen Warren <swarren@nvidia.com>
Tue, 2 Oct 2012 09:26:51 +0000 (09:26 +0000)
committerTom Warren <twarren@nvidia.com>
Mon, 29 Oct 2012 16:07:04 +0000 (09:07 -0700)
commit938176a48274361c0b86b237ff6c0953a08233b3
treed4ca2096ed256ae53ff2bca555d6c6400863031b
parent7f1b767aea949d954e75fa635968a9d315d2e7ff
ARM: tegra: use standard variables to define load addresses

Currently, Tegra's default environment uses non-standard variables to define
where boot scripts should load the kernel, FDT, and initrd. This change both
changes the variable names to match those described in U-Boot's README, and
shuffles their values around a little so that the values make a little more
sense; see comments in the patch for rationale behind the values chosen.

Note that this patch does remove the old non-standard variable "fdt_load" from
the default environment, so this patch requires people to change their boot
scripts.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/configs/tegra-common-post.h