]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
commita0af08b9db92c7dc8051a8cfd12d5520d85ab4a9
tree6027af8508d9669bc7348bc8fbdc01120dfbd17f
parent11a932fb18a497fc1b9ad0c4c0e3c5969e455a42
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 <paul.burton@imgtec.com>
arch/mips/cpu/u-boot.lds