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)
commitf071cdab85fbcb9d696fc574485546a1189f452a
treef09dc3496b2ed8488b5c8ca5b89d1b31d5d94eff
parent724caaba4c32a375b32674dab0ff1638054ff317
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