summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/ostest/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sim/ostest/defconfig')
-rw-r--r--nuttx/configs/sim/ostest/defconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/sim/ostest/defconfig b/nuttx/configs/sim/ostest/defconfig
index 7a12553ff..a00dd1126 100644
--- a/nuttx/configs/sim/ostest/defconfig
+++ b/nuttx/configs/sim/ostest/defconfig
@@ -146,7 +146,7 @@ CONFIG_ARCH_KMALLOC=n
CONFIG_ARCH_KZMALLOC=n
CONFIG_ARCH_KFREE=n
-#
+##
# General build options
#
# CONFIG_RRLOAD_BINARY - make the rrload binary format used with
@@ -154,10 +154,14 @@ CONFIG_ARCH_KFREE=n
# CONFIG_INTELHEX_BINARY - make the Intel HEX binary format
# used with many different loaders using the GNU objcopy program
# Should not be selected if you are not using the GNU toolchain.
+# CONFIG_RAW_BINARY - make a raw binary format file used with many
+# different loaders using the GNU objcopy program. This option
+# should not be selected if you are not using the GNU toolchain.
# CONFIG_HAVE_LIBM - toolchain supports libm.a
#
CONFIG_RRLOAD_BINARY=n
CONFIG_INTELHEX_BINARY=n
+CONFIG_RAW_BINARY=n
CONFIG_HAVE_LIBM=y
#