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/z8encore000zco/ostest/defconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/configs/z8encore000zco/ostest') diff --git a/nuttx/configs/z8encore000zco/ostest/defconfig b/nuttx/configs/z8encore000zco/ostest/defconfig index 81ac91858..0f255536a 100644 --- a/nuttx/configs/z8encore000zco/ostest/defconfig +++ b/nuttx/configs/z8encore000zco/ostest/defconfig @@ -104,10 +104,14 @@ CONFIG_UART1_2STOP=0 # 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=n # -- cgit v1.2.3