summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-12-28 08:43:28 -0800
committerTom Rini <trini@konsulko.com>2017-01-04 19:40:13 -0500
commit26e79b6547352235fe1bdcda668fe197a8ffdb92 (patch)
tree79411a106d4055a3cb654c209a8ce8c3eec4f643 /arch/powerpc/include
parentf8dee360341538f80a1b61b632c852c443ba5558 (diff)
downloadu-boot-imx-26e79b6547352235fe1bdcda668fe197a8ffdb92.zip
u-boot-imx-26e79b6547352235fe1bdcda668fe197a8ffdb92.tar.gz
u-boot-imx-26e79b6547352235fe1bdcda668fe197a8ffdb92.tar.bz2
powerpc: mpc85xx: Move CONFIG_SYS_NUM_TLBCAMS to Kconfig
Use Kconfig option for SYS_NUM_TLBCAMS and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/config_mpc85xx.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h
index 8cfc612..5761218 100644
--- a/arch/powerpc/include/asm/config_mpc85xx.h
+++ b/arch/powerpc/include/asm/config_mpc85xx.h
@@ -24,13 +24,6 @@
#define CONFIG_SYS_FSL_SFP_BE
#define CONFIG_SYS_FSL_SEC_MON_BE
-/* Number of TLB CAM entries we have on FSL Book-E chips */
-#if defined(CONFIG_E500MC)
-#define CONFIG_SYS_NUM_TLBCAMS 64
-#elif defined(CONFIG_E500)
-#define CONFIG_SYS_NUM_TLBCAMS 16
-#endif
-
#if defined(CONFIG_ARCH_MPC8536)
#define CONFIG_SYS_PPC_E500_DEBUG_TLB 1
#define CONFIG_SYS_FSL_SEC_COMPAT 2