commit | 63471d5b92a4c2110a0c44572ffbfe41596a0be0 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jul 09 10:39:21 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 23 07:13:25 2021 -0400 |
tree | 81782f3891c1e17c1e677bbb1977004c55819a9f | |
parent | 645a312dd951f837a28cda427d8df01e4546a2d7 [diff] |
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>