From 460d93a5ee00cdc770f4e02eef186af2f363a96f Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 17 Sep 2008 23:30:54 +0000 Subject: Add raw binary option git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@929 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/xtrs/nsh/defconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/xtrs/nsh/defconfig') diff --git a/nuttx/configs/xtrs/nsh/defconfig b/nuttx/configs/xtrs/nsh/defconfig index 83ba331b1..6c619ed6b 100644 --- a/nuttx/configs/xtrs/nsh/defconfig +++ b/nuttx/configs/xtrs/nsh/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 -- cgit v1.2.3