On 16.05.22 04:42, Weijie Gao wrote:
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. Signed-off-by: Weijie Gao <weijie....@mediatek.com> --- v5 changes: none v4 changes: new --- arch/mips/cpu/u-boot-spl.lds | 3 +++ 1 file changed, 3 insertions(+)
Reviewed-by: Daniel Schwierzeck <daniel.schwierz...@gmail.com> -- - Daniel