]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: board.c: switch to new symbols __bss_end and __image_copy_end
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 12 Feb 2013 21:22:12 +0000 (22:22 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 12 Feb 2013 21:22:12 +0000 (22:22 +0100)
commiteea8a320e1299cbd76d3ffd9a1fe0e0d3313268b
tree5b8f54a44c2a13c9c5e788058a7fab1eb957fd55
parent3420bf1ca0631ef6347fece1e9f0eb38b1051a98
MIPS: board.c: switch to new symbols __bss_end and __image_copy_end

Use the newly introduced symbols __image_copy_end and __bss_end
for setting up the memory area for the relocated U-Boot.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/lib/board.c