Re: [PATCH 2/2] ARM: force TEXT_BASE to zero only for relocatable build

2019-11-04 Thread Sascha Hauer
On Fri, Nov 01, 2019 at 08:53:38PM +0100, Lucas Stach wrote: > Commit 2a94e821ba2e (ARM: For relocatable image force TEXT_BASE 0x0) > intended to force the TEXT_BASE to zero for relocatable images, but > the change added the Kconfig symbol overriding the TEXT_BASE > unconditionally. This breaks non

[PATCH 2/2] ARM: force TEXT_BASE to zero only for relocatable build

2019-11-01 Thread Lucas Stach
Commit 2a94e821ba2e (ARM: For relocatable image force TEXT_BASE 0x0) intended to force the TEXT_BASE to zero for relocatable images, but the change added the Kconfig symbol overriding the TEXT_BASE unconditionally. This breaks non-relocatable images. Signed-off-by: Lucas Stach --- arch/arm/Kconf