MIPS: define __init_end in u-boot.lds
authorPaul Burton <paul.burton@imgtec.com>
Mon, 7 Apr 2014 09:11:19 +0000 (10:11 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 20 Apr 2014 11:16:43 +0000 (13:16 +0200)
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 <paul.burton@imgtec.com>
arch/mips/cpu/u-boot.lds

index 4c9edf8a6928178a16386c8307167b2df9ad3a86..e504ea754403a23df0bd81b0079a2f9e40739a56 100644 (file)
@@ -53,6 +53,7 @@ SECTIONS
 
        . = ALIGN(4);
        __image_copy_end = .;
+       __init_end = .;
 
        .rel.dyn : {
                __rel_dyn_start = .;