summaryrefslogtreecommitdiff
path: root/arch/arm/mach-keystone/include/mach/hardware-k2e.h
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2016-03-23 10:14:18 -0500
committerTom Rini <trini@konsulko.com>2016-04-01 17:17:40 -0400
commit1f807a9f32aaa4e4917336912fd867671954d18c (patch)
tree6f6b9dc97a360acc5be70a269b5de3380c754be3 /arch/arm/mach-keystone/include/mach/hardware-k2e.h
parente320f0bc9b81076e4c59d281dff1428df5324809 (diff)
downloadu-boot-imx-1f807a9f32aaa4e4917336912fd867671954d18c.zip
u-boot-imx-1f807a9f32aaa4e4917336912fd867671954d18c.tar.gz
u-boot-imx-1f807a9f32aaa4e4917336912fd867671954d18c.tar.bz2
ARM: keystone2: Refactor MSMC macros to avoid #ifdeffery
MSMC segment Privilege ID is not consistent accross the keystone2 SoCs. As the first step to ensure complete SoC wide coherency setup, lets refactor the macros to remove the #if-deffery around the code which obfuscates which IDs are actually enabled for which SoC. As a result of this change the PCIe configuration is moved after the msmc configuration is complete, but that should ideally have no functional impact. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-keystone/include/mach/hardware-k2e.h')
-rw-r--r--arch/arm/mach-keystone/include/mach/hardware-k2e.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-keystone/include/mach/hardware-k2e.h b/arch/arm/mach-keystone/include/mach/hardware-k2e.h
index df49995..e6bc77c 100644
--- a/arch/arm/mach-keystone/include/mach/hardware-k2e.h
+++ b/arch/arm/mach-keystone/include/mach/hardware-k2e.h
@@ -34,9 +34,6 @@
#define KS2_LPSC_PCIE_1 27
#define KS2_LPSC_XGE 50
-/* MSMC */
-#define KS2_MSMC_SEGMENT_PCIE1 13
-
/* Chip Interrupt Controller */
#define KS2_CIC2_DDR3_ECC_IRQ_NUM -1 /* not defined in K2E */
#define KS2_CIC2_DDR3_ECC_CHAN_NUM -1 /* not defined in K2E */