ARM: tegra: derive CONFIG_SPL_MAX_SIZE instead of hard-coding it
authorStephen Warren <swarren@nvidia.com>
Mon, 22 Oct 2012 06:19:34 +0000 (06:19 +0000)
committerTom Warren <twarren@nvidia.com>
Mon, 29 Oct 2012 16:07:05 +0000 (09:07 -0700)
commit644a69ec85a73b4d24c3a7b0369da76e2c336bce
tree0dcc1fd38401be4762b063caf36f4dae2ce7b994
parent2b7818d49f00ec185eb97650fc1b306c0c6e4565
ARM: tegra: derive CONFIG_SPL_MAX_SIZE instead of hard-coding it

For Tegra, the SPL and main U-Boot are concatenated together to form a
single memory image. Hence, the maximum SPL size is the different in
TEXT_BASE for SPL and main U-Boot. Instead of manually calculating
SPL_MAX_SIZE based on those two TEXT_BASE, which can lead to errors if
one TEXT_BASE is changed without updating SPL_MAX_SIZE, simply perform
the calculation automatically.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Allen Martin <amartin@nvidia.com>
Tested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/configs/tegra20-common.h