Removes the following project configuration files: - prj_console_float_pc8253.conf : PIT is no longer used - prj_console_nofloat_*.conf : unsupported by Makefile Change-Id: I72689fa56413947f3a552645c7b2ed5ad599ed71 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
16 lines
370 B
Plaintext
16 lines
370 B
Plaintext
# Use standard security profile for maximum performance.
|
|
CONFIG_ENHANCED_SECURITY=n
|
|
|
|
# all printf, fprintf to stdout go to console
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
|
|
CONFIG_FLOAT=y
|
|
CONFIG_SSE=y
|
|
CONFIG_FP_SHARING=y
|
|
CONFIG_AUTOMATIC_FP_ENABLING=y
|
|
CONFIG_SSE_FP_MATH=y
|
|
CONFIG_NUM_COMMAND_PACKETS=20
|
|
|
|
# eliminate timer interrupts during the benchmark
|
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1
|