]> git.sur5r.net Git - u-boot/commit
ARM: tegra: use CONFIG_SYS_INIT_SP_BSS_OFFSET
authorStephen Warren <swarren@nvidia.com>
Wed, 20 Dec 2017 01:30:37 +0000 (18:30 -0700)
committerTom Warren <twarren@nvidia.com>
Fri, 12 Jan 2018 16:52:11 +0000 (09:52 -0700)
commitf097532d279dd7a6ab2d579425d1318051ac1f8d
treef212675d25220453fb1f6a8e5cb69fe469dd39ae
parente6c904489a6018f44c3b00c9eacc4742887b1f83
ARM: tegra: use CONFIG_SYS_INIT_SP_BSS_OFFSET

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@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/mach-tegra/tegra186/Kconfig
arch/arm/mach-tegra/tegra210/Kconfig
include/configs/tegra-common.h
include/configs/tegra186-common.h
include/configs/tegra210-common.h