Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eeda4cb9 authored by Alex Elder's avatar Alex Elder Committed by Matt Porter
Browse files

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: default avatarAlex Elder <elder@linaro.org>
Reviewed-by: default avatarTim Kryger <tim.kryger@linaro.org>
Reviewed-by: default avatarMarkus Mayer <markus.mayer@linaro.org>
Reviewed-by: default avatarMatt Porter <mporter@linaro.org>
Signed-off-by: default avatarMatt Porter <mporter@linaro.org>
parent ed24f446
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

#include <asm/mach/arch.h>

#include "kona.h"
#include "kona_l2_cache.h"

#define RSTMGR_DT_STRING		"brcm,bcm21664-resetmgr"

+1 −1
Original line number Diff line number Diff line
@@ -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