OSDN Git Service

ARM: bcm: rename "kona.h" and "kona.c"
authorAlex Elder <elder@linaro.org>
Mon, 21 Apr 2014 21:53:11 +0000 (16:53 -0500)
committerMatt Porter <mporter@linaro.org>
Fri, 25 Apr 2014 12:51:38 +0000 (08:51 -0400)
These source files contain only level-2 cache initialization code,
so rename them to make that fact more obvious.

Signed-off-by: Alex Elder <elder@linaro.org>
Reviewed-by: Tim Kryger <tim.kryger@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Matt Porter <mporter@linaro.org>
Signed-off-by: Matt Porter <mporter@linaro.org>
arch/arm/mach-bcm/Makefile
arch/arm/mach-bcm/board_bcm21664.c
arch/arm/mach-bcm/board_bcm281xx.c
arch/arm/mach-bcm/kona_l2_cache.c [moved from arch/arm/mach-bcm/kona.c with 100% similarity]
arch/arm/mach-bcm/kona_l2_cache.h [moved from arch/arm/mach-bcm/kona.h with 100% similarity]

index d5b60fe..7312921 100644 (file)
@@ -17,7 +17,7 @@ obj-$(CONFIG_ARCH_BCM_281XX)  += board_bcm281xx.o
 obj-$(CONFIG_ARCH_BCM_21664)   += board_bcm21664.o
 
 # BCM281XX and BCM21664 L2 cache control
-obj-$(CONFIG_ARCH_BCM_MOBILE_L2_CACHE) += kona.o
+obj-$(CONFIG_ARCH_BCM_MOBILE_L2_CACHE) += kona_l2_cache.o
 
 # Support for secure monitor traps
 obj-$(CONFIG_ARCH_BCM_MOBILE_SMC) += bcm_kona_smc.o
index 1091637..f0521cc 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <asm/mach/arch.h>
 
-#include "kona.h"
+#include "kona_l2_cache.h"
 
 #define RSTMGR_DT_STRING               "brcm,bcm21664-resetmgr"
 
index 6be54c1..1ac59fc 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <asm/mach/arch.h>
 
-#include "kona.h"
+#include "kona_l2_cache.h"
 
 #define SECWDOG_OFFSET                 0x00000000
 #define SECWDOG_RESERVED_MASK          0xe2000000