]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: generalize lib/bss.c into lib/sections.c
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 11 Jun 2013 12:17:32 +0000 (14:17 +0200)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 21 Jun 2013 21:04:43 +0000 (23:04 +0200)
commitdf84502edffd1da48588a212b402602f032ed53d
treebcceb2b6665e8cad9a3ade14f86698e57446f14d
parent09d81184e103a07825d9f16e86e37c28d3605568
arm: generalize lib/bss.c into lib/sections.c

File arch/arm/lib/bss.c was initially defined for BSS only,
but is now going to also contain definitions for other
section-boundary-related symbols, so rename it for better
accuracy.

Also, remove useless 'used' attributes.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Tested-by: Lubomir Popov <lpopov@mm-sol.com>
Tested-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Reviewed-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
arch/arm/lib/Makefile
arch/arm/lib/sections.c [moved from arch/arm/lib/bss.c with 92% similarity]