commit | 34106af2b6f447e245e06b01266d769c9437f74d | [log] [tgz] |
---|---|---|
author | developer <developer@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 | df1b7d5325a358cb310d580bb867c683210e741a [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>