]> git.baikalelectronics.ru Git - uboot.git/commit
arm64: Enable INIT_SP_RELATIVE by default when POC is enabled
authorMichal Simek <michal.simek@xilinx.com>
Fri, 20 Dec 2019 10:35:52 +0000 (11:35 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 14 Jan 2020 08:05:53 +0000 (09:05 +0100)
commita83b51a680409c364f1ef33846460eddb653fb2b
treef09dc3496b2ed8488b5c8ca5b89d1b31d5d94eff
parent1eff17733fc6dd723be18bda4b95d33f3da56c46
arm64: Enable INIT_SP_RELATIVE by default when POC is enabled

When position-independent pre-relocation code is enable there is also
necessary to enable relative early stack pointer not to use origin location
pointed by CONFIG_SYS_INIT_SP_ADDR macro.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/Kconfig