summaryrefslogtreecommitdiff
path: root/nuttx/configs/qemu-i486/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-10 00:58:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-10 00:58:10 +0000
commitc6ac5f39311cceded51db709503502a0fd2b1e60 (patch)
tree7cd1075ddfb75ed404424d1de42071e73f3baf8f /nuttx/configs/qemu-i486/ostest/defconfig
parented75882857639faaa26d47ff90aecee0b3213273 (diff)
downloadpx4-nuttx-c6ac5f39311cceded51db709503502a0fd2b1e60.tar.gz
px4-nuttx-c6ac5f39311cceded51db709503502a0fd2b1e60.tar.bz2
px4-nuttx-c6ac5f39311cceded51db709503502a0fd2b1e60.zip
Fix basic QEMU port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3357 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/qemu-i486/ostest/defconfig')
-rw-r--r--nuttx/configs/qemu-i486/ostest/defconfig6
1 files changed, 2 insertions, 4 deletions
diff --git a/nuttx/configs/qemu-i486/ostest/defconfig b/nuttx/configs/qemu-i486/ostest/defconfig
index e7541be17..f0e558d4a 100644
--- a/nuttx/configs/qemu-i486/ostest/defconfig
+++ b/nuttx/configs/qemu-i486/ostest/defconfig
@@ -68,7 +68,6 @@
# the 100 second delay then adjust CONFIG_BOARD_LOOPSPERMSEC until
# the delay actually is 100 seconds.
# CONFIG_ARCH_DMA - Support DMA initialization
-# CONFIG_X86_NASM - Using Nasm instead of GAS
#
CONFIG_ARCH=x86
CONFIG_ARCH_X86=y
@@ -87,7 +86,6 @@ CONFIG_ARCH_LEDS=n
CONFIG_ARCH_BUTTONS=n
CONFIG_ARCH_CALIBRATION=n
CONFIG_ARCH_DMA=n
-CONFIG_X86_NASM=n
#
# General OS setup
@@ -149,8 +147,8 @@ CONFIG_X86_NASM=n
# to be closed in the new task.
#
CONFIG_APP_DIR=examples/ostest
-CONFIG_DEBUG=y
-CONFIG_DEBUG_VERBOSE=y
+CONFIG_DEBUG=n
+CONFIG_DEBUG_VERBOSE=n
CONFIG_DEBUG_SYMBOLS=n
CONFIG_MM_REGIONS=1
CONFIG_ARCH_LOWPUTC=y