From b1374fdcf46709b5e014dc9dbfc78e0394e8d6aa Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 27 Feb 2011 15:42:07 +0000 Subject: Add support for the ISOTEL NetClamps VSN board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3321 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/demo9s12ne64/ostest/defconfig | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/demo9s12ne64/ostest') diff --git a/nuttx/configs/demo9s12ne64/ostest/defconfig b/nuttx/configs/demo9s12ne64/ostest/defconfig index 9c2afdf33..ff5e58e8d 100755 --- a/nuttx/configs/demo9s12ne64/ostest/defconfig +++ b/nuttx/configs/demo9s12ne64/ostest/defconfig @@ -179,11 +179,18 @@ CONFIG_SPI_POLLWAIT=y # CONFIG_HAVE_LIBM - toolchain supports libm.a # CONFIG_RRLOAD_BINARY=n -CONFIG_INTELHEX_BINARY=y -CONFIG_MOTOROLA_SREC=n +CONFIG_INTELHEX_BINARY=n +CONFIG_MOTOROLA_SREC=y CONFIG_RAW_BINARY=n CONFIG_HAVE_LIBM=n +# +# Setup for a two-pass build +# +CONFIG_BUILD_2PASS=n +CONFIG_PASS1_BUILDIR=configs/demo9s12ne64/initrel +CONFIG_PASS1_OBJECT=init.r + # # General OS setup # -- cgit v1.2.3