summaryrefslogtreecommitdiff
path: root/nuttx/configs/c5471evm/dhcpconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/c5471evm/dhcpconfig')
-rw-r--r--nuttx/configs/c5471evm/dhcpconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/c5471evm/dhcpconfig b/nuttx/configs/c5471evm/dhcpconfig
index ca193d9a7..45a64ac16 100644
--- a/nuttx/configs/c5471evm/dhcpconfig
+++ b/nuttx/configs/c5471evm/dhcpconfig
@@ -100,10 +100,14 @@ CONFIG_UART_MODEM_2STOP=0
# General build options
#
# CONFIG_RRLOAD_BINARY - make the rrload binary format used with
-# BSPs from www.ridgerun.com
+# BSPs from www.ridgerun.com using the tools/mkimage.sh script
+# 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_HAVE_LIBM - toolchain supports libm.a
#
CONFIG_RRLOAD_BINARY=y
+CONFIG_INTELHEX_BINARY=n
CONFIG_HAVE_LIBM=n
#