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/sim/pashello/defconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/configs/sim/pashello') diff --git a/nuttx/configs/sim/pashello/defconfig b/nuttx/configs/sim/pashello/defconfig index f641c99e3..bfddb43c3 100644 --- a/nuttx/configs/sim/pashello/defconfig +++ b/nuttx/configs/sim/pashello/defconfig @@ -153,10 +153,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 # -- cgit v1.2.3