summaryrefslogtreecommitdiffstats
path: root/make/custom/mbx8xx.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-27 12:09:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-27 12:09:48 +0000
commit4383f3a669f217b197ba6246caee4f61a311c908 (patch)
tree537415a15503b72f8142c2a69f1c871e7a5278d6 /make/custom/mbx8xx.cfg
parent2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4383f3a669f217b197ba6246caee4f61a311c908.tar.bz2
2001-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG; Remove make-target-options. * custom/helas403.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG; Remove make-target-options. * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE, DATA_CACHE_ENABLE. * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE, DATA_CACHE_ENABLE. * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE, DATA_CACHE_ENABLE.
Diffstat (limited to '')
-rw-r--r--make/custom/mbx8xx.cfg11
1 files changed, 0 insertions, 11 deletions
diff --git a/make/custom/mbx8xx.cfg b/make/custom/mbx8xx.cfg
index 4d8d4ed9c0..7220242b05 100644
--- a/make/custom/mbx8xx.cfg
+++ b/make/custom/mbx8xx.cfg
@@ -64,14 +64,6 @@ endif # mbx821
#
# MBX8xx-specific options:
#
-# INSTRUCTION_CACHE_ENABLE (BSP--RTEMS)
-# If defined, the instruction cache will be enabled after address translation
-# is turned on.
-#
-# DATA_CACHE_ENABLE (BSP--RTEMS)
-# If defined, the data cache will be enabled after address translation
-# is turned on.
-#
define make-target-options
@echo "#ifdef mpc$(CPU_TYPE)" >>$@
@@ -79,9 +71,6 @@ define make-target-options
@echo "#endif" >>$@
@echo "#define mpc$(CPU_TYPE) 1" >>$@
@echo >>$@
- @echo "#define INSTRUCTION_CACHE_ENABLE 1" >>$@
- @echo "#define DATA_CACHE_ENABLE 1" >>$@
- @echo >>$@
endef
# This contains the compiler options necessary to select the CPU model