aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-07-23 13:05:11 -0400
committerTom Rini <trini@konsulko.com>2022-08-04 16:18:48 -0400
commit7da6a9e7df2f31f35391925042f58b19c7b7d9e4 (patch)
tree76de11627546b58ed2bbc00450e7a714dec33be8 /arch/arm/include
parent612f7a61d59cc71daa6296f8c2c7346b8e811caa (diff)
downloadu-boot-7da6a9e7df2f31f35391925042f58b19c7b7d9e4.zip
u-boot-7da6a9e7df2f31f35391925042f58b19c7b7d9e4.tar.gz
u-boot-7da6a9e7df2f31f35391925042f58b19c7b7d9e4.tar.bz2
Convert CONFIG_SYS_FSL_CORES_PER_CLUSTER to Kconfig
This converts the following to Kconfig: CONFIG_SYS_FSL_CORES_PER_CLUSTER As part of this, correct the dependencies on SYS_FSL_THREADS_PER_CORE. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-fsl-layerscape/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/config.h b/arch/arm/include/asm/arch-fsl-layerscape/config.h
index 76e07f3..1791b97 100644
--- a/arch/arm/include/asm/arch-fsl-layerscape/config.h
+++ b/arch/arm/include/asm/arch-fsl-layerscape/config.h
@@ -145,7 +145,6 @@
#define L1_CACHE_SHIFT 6
#define L1_CACHE_BYTES BIT(L1_CACHE_SHIFT)
#endif
-#define CONFIG_SYS_FSL_CORES_PER_CLUSTER 2
#define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1, 1, 1, 4, 4, 4, 4 }
#define CONFIG_SYS_FSL_NUM_CC_PLLS 4