Kconfig.boot: Make 0x0 the default SYS_TEXT_BASE for POSITION_INDEPENDENT
authorTom Rini <trini@konsulko.com>
Fri, 9 Jul 2021 14:39:21 +0000 (10:39 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 23 Jul 2021 11:13:25 +0000 (07:13 -0400)
commit55adabbbfc18dbb217f4d9820f0faf00ad8a31c0
tree81782f3891c1e17c1e677bbb1977004c55819a9f
parent650bf008e57a98cd6fa89839d48561dfdc5c51e7
Kconfig.boot: Make 0x0 the default SYS_TEXT_BASE for POSITION_INDEPENDENT

When we build U-Boot with POSITION_INDEPENDENT we must have
SYS_TEXT_BASE be set to zero.  Make this the default in that case.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
common/Kconfig.boot