summaryrefslogtreecommitdiff
path: root/nuttx/configs/xtrs/pashello/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/xtrs/pashello/defconfig')
-rw-r--r--nuttx/configs/xtrs/pashello/defconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/configs/xtrs/pashello/defconfig b/nuttx/configs/xtrs/pashello/defconfig
index d30db725a..803064b7a 100644
--- a/nuttx/configs/xtrs/pashello/defconfig
+++ b/nuttx/configs/xtrs/pashello/defconfig
@@ -72,15 +72,20 @@ CONFIG_UART_TXBUFSIZE=256
# 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_LINKER_START_AREA - Start of START area
# CONFIG_LINKER_CODE_AREA - Start of _CODE area
# CONFIG_LINKER_ROM_AT_0000 - Disable the initialization code
# starting at 0000
-
+#
CONFIG_RRLOAD_BINARY=n
CONFIG_INTELHEX_BINARY=n
+CONFIG_RAW_BINARY=n
CONFIG_HAVE_LIBM=n
CONFIG_LINKER_START_AREA=0x5200