commit | 0ba6ce4b7889dc74a646cf54ea97a9d48428bcfe | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Thu Aug 11 22:27:24 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 20 16:17:50 2022 -0400 |
tree | 04c24959a958725a473cbdfc2f888157649fdffd | |
parent | 04bd87c24c31bbd8f27f6d1f7484c9a17f622c9a [diff] |
Nokia RX-51: Simplify calculation of attached kernel image address Now when board starup code does not copy image to CONFIG_SYS_TEXT_BASE address there is no need to calculate all addresses from base address at runtime. The only address which needs to be calculated is attached kernel image address which can be simplified at compile time without need to know CONFIG_SYS_TEXT_BASE address or relocation address at the runtime. Signed-off-by: Pali Rohár <pali@kernel.org>