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

Albert ARIBAUD albert.u.boot at aribaud.net
Fri May 10 23:56:49 CEST 2013


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 at 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/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
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
-- 
1.7.10.4



More information about the U-Boot mailing list