diff options
author | Alex Elder <elder@linaro.org> | 2014-04-21 16:53:11 -0500 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-04-25 08:51:38 -0400 |
commit | eeda4cb92ee0fb63a5917738e107b0bc8168079e (patch) | |
tree | d672efde52524122bf0b3a6b278e8d0935ff42cb /arch/arm/mach-bcm/board_bcm21664.c | |
parent | ed24f446ab82e3f39c4a45357186ca76368301e4 (diff) | |
download | blackbird-op-linux-eeda4cb92ee0fb63a5917738e107b0bc8168079e.tar.gz blackbird-op-linux-eeda4cb92ee0fb63a5917738e107b0bc8168079e.zip |
ARM: bcm: rename "kona.h" and "kona.c"
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>
Diffstat (limited to 'arch/arm/mach-bcm/board_bcm21664.c')
-rw-r--r-- | arch/arm/mach-bcm/board_bcm21664.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm/board_bcm21664.c b/arch/arm/mach-bcm/board_bcm21664.c index 1091637638f1..f0521cc0640d 100644 --- a/arch/arm/mach-bcm/board_bcm21664.c +++ b/arch/arm/mach-bcm/board_bcm21664.c @@ -17,7 +17,7 @@ #include <asm/mach/arch.h> -#include "kona.h" +#include "kona_l2_cache.h" #define RSTMGR_DT_STRING "brcm,bcm21664-resetmgr" |