diff mbox

[U-Boot,1/4] Rename arch/arm/lib/bss.c to sections.c

Message ID 1368223012-17609-2-git-send-email-albert.u.boot@aribaud.net
State Superseded
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Albert ARIBAUD May 10, 2013, 9:56 p.m. UTC
This file will contain symbols other than the BSS
start and stop, so rename it for better accuracy.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
---
 arch/arm/lib/Makefile              |    2 +-
 arch/arm/lib/{bss.c => sections.c} |    0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename arch/arm/lib/{bss.c => sections.c} (100%)

diff --git a/arch/arm/lib/bss.c b/arch/arm/lib/sections.c
similarity index 100%
rename from arch/arm/lib/bss.c
rename to arch/arm/lib/sections.c
diff mbox

Patch

diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile
index 6ae161a..ac51cc1 100644
--- a/arch/arm/lib/Makefile
+++ b/arch/arm/lib/Makefile
@@ -42,7 +42,7 @@  ifndef CONFIG_SPL_BUILD
 ifndef CONFIG_SYS_GENERIC_BOARD
 COBJS-y	+= board.o
 endif
-COBJS-y += bss.o
+COBJS-y += sections.o
 
 COBJS-y	+= bootm.o
 COBJS-$(CONFIG_SYS_L2_PL310) += cache-pl310.o