From: Paul Burton Date: Mon, 7 Apr 2014 09:11:19 +0000 (+0100) Subject: MIPS: define __init_end in u-boot.lds X-Git-Tag: v2014.07-rc1~16^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a0af08b9db92c7dc8051a8cfd12d5520d85ab4a9;p=u-boot MIPS: define __init_end in u-boot.lds The generic board code uses the __init_end symbol to calculate monitor_flash_len. Define said symbol for MIPS, equivalent to __image_copy_end which is used for the same purpose in arch/mips/lib/board.c. Signed-off-by: Paul Burton --- diff --git a/arch/mips/cpu/u-boot.lds b/arch/mips/cpu/u-boot.lds index 4c9edf8a69..e504ea7544 100644 --- a/arch/mips/cpu/u-boot.lds +++ b/arch/mips/cpu/u-boot.lds @@ -53,6 +53,7 @@ SECTIONS . = ALIGN(4); __image_copy_end = .; + __init_end = .; .rel.dyn : { __rel_dyn_start = .;