]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: move section length calculation to linker script
authorMike Frysinger <vapier@gentoo.org>
Tue, 3 Nov 2009 11:11:31 +0000 (06:11 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 17 Jan 2010 14:17:26 +0000 (09:17 -0500)
commitb1e2c5519a06f9a5841a7a434bf4da4d393f8df5
tree81f47c465438a676c6c88a361a9e6aaf7f8f2969
parent446707c90f52e5fcafecd468920cfad685ee9fc7
Blackfin: move section length calculation to linker script

The length of the sections is fixed at link time, so let the linker do the
calculation rather than doing it ourselves at runtime.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
cpu/blackfin/cpu.c
cpu/blackfin/start.S
lib_blackfin/u-boot.lds.S