summaryrefslogtreecommitdiffstats
path: root/make/custom/erc32.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/erc32.cfg')
-rw-r--r--make/custom/erc32.cfg16
1 files changed, 1 insertions, 15 deletions
diff --git a/make/custom/erc32.cfg b/make/custom/erc32.cfg
index 32d6d82dff..a0e6735861 100644
--- a/make/custom/erc32.cfg
+++ b/make/custom/erc32.cfg
@@ -38,30 +38,16 @@ CFLAGS_OPTIMIZE_V=-O4
# NO_TABLE_MOVE (SPARC PORT)
# do not have a second trap table -- use the BSP's
#
-# CONSOLE_USE_INTERRUPTS (erc32_bsp)
-# The erc32 console driver can operate in either polled or interrupt mode.
-# Under the simulator (especially when FAST_UART is defined), polled seems
-# to operate better. It is common for a task to print a line (like the
-# end of test message) and then exit. In this case, the program returns
-# control to the simulator command line before the program has even queued
-# the output to the uart. Thus sis has no chance of getting the data out.
-#
-# SIMSPARC_FAST_IDLE (erc32_bsp)
-# If defined, speed up the clock ticks while the idle task is running so
-# time spent in the idle task is minimized. This significantly reduces
-# the wall time required to execute the RTEMS test suites.
-#
# FPU_REVB (erc32_bsp)
# If defined, enables work-around for bug 3.14 in FPU rev.B or rev.C
#
-# CPU_U32_FIX (all)
+# CPU_U32_FIX (all) libchip/network/sonic.*
# Needed to align received TCP/IP packets since SPARC does not
# support unaligned memory access.
#
define make-target-options
@echo "#define NO_TABLE_MOVE 1" >>$@
- @echo "/* #define SIMSPARC_FAST_IDLE 1 */" >>$@
@echo "/* #define FPU_REVB 1 */" >>$@
@echo "#define CPU_U32_FIX 1" >>$@
endef