Stephen Warren 644a69ec85 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>
2012-10-29 09:07:05 -07:00
..
2012-10-15 11:53:47 -07:00
2012-10-15 11:53:59 -07:00
2012-09-01 16:21:50 +02:00
2012-10-26 22:35:20 +02:00
2012-10-22 14:31:25 -05:00
2012-10-16 12:35:10 +02:00
2012-10-22 14:31:25 -05:00
2012-10-23 15:23:26 -05:00
2012-09-26 12:36:32 -05:00
2012-10-01 10:02:14 -07:00
2012-10-15 11:53:59 -07:00