diff --git a/configs/README.txt b/configs/README.txt index 9450d72a059..1b8bbad2862 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -137,7 +137,10 @@ defconfig -- This is a configuration file similar to the Linux 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 General OS setup diff --git a/configs/c5471evm/defconfig b/configs/c5471evm/defconfig index ea6b6cf976e..77df8275ee3 100644 --- a/configs/c5471evm/defconfig +++ b/configs/c5471evm/defconfig @@ -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 # diff --git a/configs/c5471evm/dhcpconfig b/configs/c5471evm/dhcpconfig index ca193d9a7c6..45a64ac1657 100644 --- a/configs/c5471evm/dhcpconfig +++ b/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 # diff --git a/configs/c5471evm/netconfig b/configs/c5471evm/netconfig index 0ff9025f9f7..27e40bd6bee 100644 --- a/configs/c5471evm/netconfig +++ b/configs/c5471evm/netconfig @@ -69,10 +69,14 @@ CONFIG_ARCH_STACKDUMP=y # 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 # diff --git a/configs/c5471evm/nshconfig b/configs/c5471evm/nshconfig index 5e65e59060a..ac70f091290 100644 --- a/configs/c5471evm/nshconfig +++ b/configs/c5471evm/nshconfig @@ -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 # diff --git a/configs/ez80f910200kitg/ostest/defconfig b/configs/ez80f910200kitg/ostest/defconfig index 9832b48e0b6..5dc7a047da0 100644 --- a/configs/ez80f910200kitg/ostest/defconfig +++ b/configs/ez80f910200kitg/ostest/defconfig @@ -99,10 +99,14 @@ CONFIG_UART1_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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/m68332evb/defconfig b/configs/m68332evb/defconfig index 29357a65aef..9eda2dbc867 100644 --- a/configs/m68332evb/defconfig +++ b/configs/m68332evb/defconfig @@ -89,10 +89,14 @@ CONFIG_UART1_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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/mcu123-lpc214x/defconfig b/configs/mcu123-lpc214x/defconfig index bb0ddeb02fa..ede614e1b0f 100644 --- a/configs/mcu123-lpc214x/defconfig +++ b/configs/mcu123-lpc214x/defconfig @@ -113,10 +113,14 @@ CONFIG_UART1_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=n +CONFIG_INTELHEX_BINARY=y CONFIG_HAVE_LIBM=n # diff --git a/configs/ntosd-dm320/nettest/defconfig b/configs/ntosd-dm320/nettest/defconfig index 53207966a19..444ef67e9d6 100644 --- a/configs/ntosd-dm320/nettest/defconfig +++ b/configs/ntosd-dm320/nettest/defconfig @@ -98,10 +98,14 @@ CONFIG_UART1_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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/ntosd-dm320/nsh/defconfig b/configs/ntosd-dm320/nsh/defconfig index b8c90f85702..2471ace838c 100644 --- a/configs/ntosd-dm320/nsh/defconfig +++ b/configs/ntosd-dm320/nsh/defconfig @@ -98,10 +98,14 @@ CONFIG_UART1_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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/ntosd-dm320/ostest/defconfig b/configs/ntosd-dm320/ostest/defconfig index 286ed958014..4d26066db3f 100644 --- a/configs/ntosd-dm320/ostest/defconfig +++ b/configs/ntosd-dm320/ostest/defconfig @@ -98,10 +98,14 @@ CONFIG_UART1_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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/ntosd-dm320/udp/defconfig b/configs/ntosd-dm320/udp/defconfig index 7b0aa8578df..5c21d344a25 100644 --- a/configs/ntosd-dm320/udp/defconfig +++ b/configs/ntosd-dm320/udp/defconfig @@ -98,10 +98,14 @@ CONFIG_UART1_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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/ntosd-dm320/uip/defconfig b/configs/ntosd-dm320/uip/defconfig index e283da1ac13..a90437abaac 100644 --- a/configs/ntosd-dm320/uip/defconfig +++ b/configs/ntosd-dm320/uip/defconfig @@ -98,10 +98,14 @@ CONFIG_UART1_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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/pjrc-8051/defconfig b/configs/pjrc-8051/defconfig index 4f3fd4100b9..21c887f1684 100644 --- a/configs/pjrc-8051/defconfig +++ b/configs/pjrc-8051/defconfig @@ -86,10 +86,14 @@ CONFIG_LED_DEBUG=n # 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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/sim/mount/defconfig b/configs/sim/mount/defconfig index 16b7cd741c4..612249b6a05 100644 --- a/configs/sim/mount/defconfig +++ b/configs/sim/mount/defconfig @@ -149,10 +149,14 @@ CONFIG_ARCH_KFREE=n # 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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=y # diff --git a/configs/sim/nettest/defconfig b/configs/sim/nettest/defconfig index e774a6713d2..79691fdc0e5 100644 --- a/configs/sim/nettest/defconfig +++ b/configs/sim/nettest/defconfig @@ -149,10 +149,14 @@ CONFIG_ARCH_KFREE=n # 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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=y # diff --git a/configs/sim/nsh/defconfig b/configs/sim/nsh/defconfig index 6e6aba35784..eece9537e8f 100644 --- a/configs/sim/nsh/defconfig +++ b/configs/sim/nsh/defconfig @@ -149,10 +149,14 @@ CONFIG_ARCH_KFREE=n # 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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=y # diff --git a/configs/sim/ostest/defconfig b/configs/sim/ostest/defconfig index 66def7eec0e..7a12553ff4f 100644 --- a/configs/sim/ostest/defconfig +++ b/configs/sim/ostest/defconfig @@ -150,10 +150,14 @@ CONFIG_ARCH_KFREE=n # 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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=y # diff --git a/configs/sim/pashello/defconfig b/configs/sim/pashello/defconfig index 3f0ac8bd639..f641c99e3fd 100644 --- a/configs/sim/pashello/defconfig +++ b/configs/sim/pashello/defconfig @@ -149,10 +149,14 @@ CONFIG_ARCH_KFREE=n # 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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=y # diff --git a/configs/xtrs/nsh/defconfig b/configs/xtrs/nsh/defconfig index 6d82c52baa5..83ba331b193 100644 --- a/configs/xtrs/nsh/defconfig +++ b/configs/xtrs/nsh/defconfig @@ -68,7 +68,10 @@ CONFIG_UART_TXBUFSIZE=256 # 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_LINKER_START_AREA - Start of START area @@ -77,6 +80,7 @@ CONFIG_UART_TXBUFSIZE=256 # starting at 0000 CONFIG_RRLOAD_BINARY=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n CONFIG_LINKER_START_AREA=0x5200 diff --git a/configs/xtrs/ostest/defconfig b/configs/xtrs/ostest/defconfig index becd9fb815e..6126a021423 100644 --- a/configs/xtrs/ostest/defconfig +++ b/configs/xtrs/ostest/defconfig @@ -68,7 +68,10 @@ CONFIG_UART_TXBUFSIZE=256 # 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_LINKER_START_AREA - Start of START area @@ -77,6 +80,7 @@ CONFIG_UART_TXBUFSIZE=256 # starting at 0000 CONFIG_RRLOAD_BINARY=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n CONFIG_LINKER_START_AREA=0x5200 diff --git a/configs/xtrs/pashello/defconfig b/configs/xtrs/pashello/defconfig index 4ba48ccf29a..d30db725ace 100644 --- a/configs/xtrs/pashello/defconfig +++ b/configs/xtrs/pashello/defconfig @@ -68,7 +68,10 @@ CONFIG_UART_TXBUFSIZE=256 # 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_LINKER_START_AREA - Start of START area @@ -77,6 +80,7 @@ CONFIG_UART_TXBUFSIZE=256 # starting at 0000 CONFIG_RRLOAD_BINARY=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n CONFIG_LINKER_START_AREA=0x5200 diff --git a/configs/z16f2800100zcog/ostest/defconfig b/configs/z16f2800100zcog/ostest/defconfig index ba218ca3b9a..b50b114b2e0 100644 --- a/configs/z16f2800100zcog/ostest/defconfig +++ b/configs/z16f2800100zcog/ostest/defconfig @@ -100,10 +100,14 @@ CONFIG_UART1_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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/z16f2800100zcog/pashello/defconfig b/configs/z16f2800100zcog/pashello/defconfig index 24e33156bde..3a41c6db510 100644 --- a/configs/z16f2800100zcog/pashello/defconfig +++ b/configs/z16f2800100zcog/pashello/defconfig @@ -100,10 +100,14 @@ CONFIG_UART1_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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/z80sim/nsh/defconfig b/configs/z80sim/nsh/defconfig index ea9f1d5dee3..bb0c51bb1ef 100644 --- a/configs/z80sim/nsh/defconfig +++ b/configs/z80sim/nsh/defconfig @@ -68,10 +68,14 @@ CONFIG_UART_TXBUFSIZE=64 # 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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/z80sim/ostest/defconfig b/configs/z80sim/ostest/defconfig index dc4a173ba93..a6a6affee2b 100644 --- a/configs/z80sim/ostest/defconfig +++ b/configs/z80sim/ostest/defconfig @@ -68,10 +68,14 @@ CONFIG_UART_TXBUFSIZE=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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/z80sim/pashello/defconfig b/configs/z80sim/pashello/defconfig index 93f12315fa8..2bafffad2a5 100644 --- a/configs/z80sim/pashello/defconfig +++ b/configs/z80sim/pashello/defconfig @@ -68,10 +68,14 @@ CONFIG_UART_TXBUFSIZE=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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/z8encore000zco/ostest/defconfig b/configs/z8encore000zco/ostest/defconfig index 0f0466a2391..81ac91858ae 100644 --- a/configs/z8encore000zco/ostest/defconfig +++ b/configs/z8encore000zco/ostest/defconfig @@ -100,10 +100,14 @@ CONFIG_UART1_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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/z8f64200100kit/ostest/defconfig b/configs/z8f64200100kit/ostest/defconfig index c064b2e3197..271855eb32b 100644 --- a/configs/z8f64200100kit/ostest/defconfig +++ b/configs/z8f64200100kit/ostest/defconfig @@ -100,10 +100,14 @@ CONFIG_UART1_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=n +CONFIG_INTELHEX_BINARY=n CONFIG_HAVE_LIBM=n #