[U-Boot] [PATCH 4/4] ARM: tegra: use CONFIG_SYS_INIT_SP_BSS_OFFSET

Simon Glass sjg at chromium.org
Mon Jan 8 03:42:52 UTC 2018


On 19 December 2017 at 18:30, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> Enable CONFIG_SYS_INIT_SP_BSS_OFFSET for all 64-bit Tegra boards. Place
> the stack/... 512KiB from the end of the U-Boot binary. This should be
> plenty to accommodate the current DTBs (max 64 KiB), early malloc region
> (6KiB), stack usage, and plenty of slack, while still not placing it too
> far away from the U-Boot binary.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
>  arch/arm/mach-tegra/tegra186/Kconfig | 3 +++
>  arch/arm/mach-tegra/tegra210/Kconfig | 3 +++
>  include/configs/tegra-common.h       | 2 ++
>  include/configs/tegra186-common.h    | 5 -----
>  include/configs/tegra210-common.h    | 5 -----
>  5 files changed, 8 insertions(+), 10 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list