summaryrefslogtreecommitdiffstats
path: root/make/custom/mpc8260ads.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-20 18:55:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-20 18:55:30 +0000
commit708a87c51e6acfa1e2be90e2d1a1e12c272e5170 (patch)
tree3fc7c204c09e79882ebefcd0f5ebfc6866577ca6 /make/custom/mpc8260ads.cfg
parent2001-11-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-708a87c51e6acfa1e2be90e2d1a1e12c272e5170.tar.bz2
2001-11-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac. * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac. * custom/mbx860_005b.cfg: Ditto. * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
Diffstat (limited to '')
-rw-r--r--make/custom/mpc8260ads.cfg33
1 files changed, 0 insertions, 33 deletions
diff --git a/make/custom/mpc8260ads.cfg b/make/custom/mpc8260ads.cfg
index 5c31c7722f..ae93b02384 100644
--- a/make/custom/mpc8260ads.cfg
+++ b/make/custom/mpc8260ads.cfg
@@ -13,15 +13,8 @@ CPU_TYPE=8260
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=mpc8260ads
-#CPU_DEFINES=-DPPC_VECTOR_FILE_BASE=0x00000000
-CPU_DEFINES=
-
# This section makes the target dependent options file.
-# PPC_VECTOR_FILE_BASE (PowerPC)
-# This defines the base address of the exception table.
-# NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
-#
# PPC_ABI (PowerPC)
# This defines the calling convention (Application Binary Interface)
# used in this configuration. EABI is the only one supported.
@@ -37,38 +30,12 @@ define make-target-options
@echo "#endif" >>$@
@echo "#define mpc$(CPU_TYPE) 1" >>$@
@echo >>$@
- @echo "#define NVRAM_CONFIGURE 0" >>$@
- @echo "#define UARTS_USE_TERMIOS 0" >>$@
- @echo "#define CONSOLE_MINOR SCC2_MINOR" >>$@
- @echo "#define UARTS_IO_MODE 0" >>$@
- @echo "#define PRINTK_MINOR SCC2_MINOR" >>$@
- @echo "#define PRINTK_IO_MODE 0" >>$@
- @echo >>$@
- @echo "#define PPC_VECTOR_FILE_BASE 0x0000" >>$@
@echo "#define PPC_ABI PPC_ABI_EABI" >>$@
@echo "#define PPC_ASM PPC_ASM_ELF" >>$@
@echo "#define INSTRUCTION_CACHE_ENABLE 0" >>$@
@echo "#define DATA_CACHE_ENABLE 0" >>$@
endef
-# This section makes the target dependent options file.
-
-# NDEBUG (C library)
-# if defined asserts do not generate code. This is commonly used
-# as a command line option.
-#
-# RTEMS_TEST_NO_PAUSE (RTEMS tests)
-# do not pause between screens of output in the rtems tests
-#
-# RTEMS_DEBUG (RTEMS)
-# If defined, debug checks in RTEMS and support library code are enabled.
-
-#define make-target-options
-# @echo "/* #define NDEBUG 1 */ " >>$@
-# @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
-# @echo "/* #define RTEMS_DEBUG 1 */" >>$@
-#endef
-
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#