commit | 9a3bbb0eba51cc6abd11354a52fdff709756a7c2 | [log] [tgz] |
---|---|---|
author | Weijie Gao <weijie.gao@mediatek.com> | Fri May 20 11:21:45 2022 +0800 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Jul 13 23:03:37 2022 +0200 |
tree | a9d34d8fcd7d5502d9b5ae89eb75eb637b56c96d | |
parent | 3a6cf2ded716122313e90436b0d9afaebae4e70d [diff] |
mips: add __image_copy_len for SPL linker script This patch adds __image_copy_len needed by TPL of MT7621 SoC. The __image_copy_len represents the binary blob size of both SPL/TPL binaries. To achieve this, __text_start/end are added for calculation. Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>