diff --git a/configs/c5471evm/defconfig b/configs/c5471evm/defconfig index 77df8275ee..eeeb61a9ba 100644 --- a/configs/c5471evm/defconfig +++ b/configs/c5471evm/defconfig @@ -104,10 +104,14 @@ CONFIG_UART_MODEM_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=y CONFIG_INTELHEX_BINARY=n +CONFIG_RAW_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/c5471evm/dhcpconfig b/configs/c5471evm/dhcpconfig index 45a64ac165..b78b87eb87 100644 --- a/configs/c5471evm/dhcpconfig +++ b/configs/c5471evm/dhcpconfig @@ -104,10 +104,14 @@ CONFIG_UART_MODEM_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=y CONFIG_INTELHEX_BINARY=n +CONFIG_RAW_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/c5471evm/netconfig b/configs/c5471evm/netconfig index 27e40bd6be..713467dd4a 100644 --- a/configs/c5471evm/netconfig +++ b/configs/c5471evm/netconfig @@ -73,10 +73,14 @@ CONFIG_ARCH_STACKDUMP=y # 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=y CONFIG_INTELHEX_BINARY=n +CONFIG_RAW_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/c5471evm/nshconfig b/configs/c5471evm/nshconfig index ac70f09129..fef337dc04 100644 --- a/configs/c5471evm/nshconfig +++ b/configs/c5471evm/nshconfig @@ -104,10 +104,14 @@ CONFIG_UART_MODEM_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=y CONFIG_INTELHEX_BINARY=n +CONFIG_RAW_BINARY=n CONFIG_HAVE_LIBM=n # diff --git a/configs/ez80f910200kitg/ostest/defconfig b/configs/ez80f910200kitg/ostest/defconfig index 5dc7a047da..4e3c7232c3 100644 --- a/configs/ez80f910200kitg/ostest/defconfig +++ b/configs/ez80f910200kitg/ostest/defconfig @@ -103,10 +103,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 # diff --git a/configs/m68332evb/defconfig b/configs/m68332evb/defconfig index 9eda2dbc86..0df6da5d9d 100644 --- a/configs/m68332evb/defconfig +++ b/configs/m68332evb/defconfig @@ -93,10 +93,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 # diff --git a/configs/ntosd-dm320/nettest/defconfig b/configs/ntosd-dm320/nettest/defconfig index 444ef67e9d..6bba44f698 100644 --- a/configs/ntosd-dm320/nettest/defconfig +++ b/configs/ntosd-dm320/nettest/defconfig @@ -102,10 +102,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 # diff --git a/configs/ntosd-dm320/nsh/defconfig b/configs/ntosd-dm320/nsh/defconfig index 2471ace838..c9bc5d2087 100644 --- a/configs/ntosd-dm320/nsh/defconfig +++ b/configs/ntosd-dm320/nsh/defconfig @@ -102,10 +102,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 # diff --git a/configs/ntosd-dm320/ostest/defconfig b/configs/ntosd-dm320/ostest/defconfig index 4d26066db3..1b00180401 100644 --- a/configs/ntosd-dm320/ostest/defconfig +++ b/configs/ntosd-dm320/ostest/defconfig @@ -102,10 +102,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 # diff --git a/configs/ntosd-dm320/udp/defconfig b/configs/ntosd-dm320/udp/defconfig index 5c21d344a2..b07a480928 100644 --- a/configs/ntosd-dm320/udp/defconfig +++ b/configs/ntosd-dm320/udp/defconfig @@ -102,10 +102,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 # diff --git a/configs/ntosd-dm320/uip/defconfig b/configs/ntosd-dm320/uip/defconfig index a90437abaa..52a59a5158 100644 --- a/configs/ntosd-dm320/uip/defconfig +++ b/configs/ntosd-dm320/uip/defconfig @@ -102,10 +102,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 # diff --git a/configs/pjrc-8051/defconfig b/configs/pjrc-8051/defconfig index 21c887f168..920eb96f87 100644 --- a/configs/pjrc-8051/defconfig +++ b/configs/pjrc-8051/defconfig @@ -90,10 +90,14 @@ CONFIG_LED_DEBUG=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=n # diff --git a/configs/sim/mount/defconfig b/configs/sim/mount/defconfig index 612249b6a0..fd576979b0 100644 --- a/configs/sim/mount/defconfig +++ b/configs/sim/mount/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 # diff --git a/configs/sim/nettest/defconfig b/configs/sim/nettest/defconfig index 79691fdc0e..bf918b2b2b 100644 --- a/configs/sim/nettest/defconfig +++ b/configs/sim/nettest/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 # diff --git a/configs/sim/nsh/defconfig b/configs/sim/nsh/defconfig index eece9537e8..828788895d 100644 --- a/configs/sim/nsh/defconfig +++ b/configs/sim/nsh/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 # diff --git a/configs/sim/ostest/defconfig b/configs/sim/ostest/defconfig index 7a12553ff4..a00dd11269 100644 --- a/configs/sim/ostest/defconfig +++ b/configs/sim/ostest/defconfig @@ -146,7 +146,7 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# +## # General build options # # CONFIG_RRLOAD_BINARY - make the rrload binary format used with @@ -154,10 +154,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 # diff --git a/configs/sim/pashello/defconfig b/configs/sim/pashello/defconfig index f641c99e3f..bfddb43c3d 100644 --- a/configs/sim/pashello/defconfig +++ b/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 # diff --git a/configs/xtrs/nsh/defconfig b/configs/xtrs/nsh/defconfig index 83ba331b19..6c619ed6bd 100644 --- a/configs/xtrs/nsh/defconfig +++ b/configs/xtrs/nsh/defconfig @@ -72,15 +72,20 @@ CONFIG_UART_TXBUFSIZE=256 # 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_LINKER_START_AREA - Start of START area # CONFIG_LINKER_CODE_AREA - Start of _CODE area # CONFIG_LINKER_ROM_AT_0000 - Disable the initialization code # starting at 0000 - +# CONFIG_RRLOAD_BINARY=n CONFIG_INTELHEX_BINARY=n +CONFIG_RAW_BINARY=n CONFIG_HAVE_LIBM=n CONFIG_LINKER_START_AREA=0x5200 diff --git a/configs/xtrs/ostest/defconfig b/configs/xtrs/ostest/defconfig index 6126a02142..3f6160bc65 100644 --- a/configs/xtrs/ostest/defconfig +++ b/configs/xtrs/ostest/defconfig @@ -72,15 +72,20 @@ CONFIG_UART_TXBUFSIZE=256 # 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_LINKER_START_AREA - Start of START area # CONFIG_LINKER_CODE_AREA - Start of _CODE area # CONFIG_LINKER_ROM_AT_0000 - Disable the initialization code # starting at 0000 - +# CONFIG_RRLOAD_BINARY=n CONFIG_INTELHEX_BINARY=n +CONFIG_RAW_BINARY=n CONFIG_HAVE_LIBM=n CONFIG_LINKER_START_AREA=0x5200 diff --git a/configs/xtrs/pashello/defconfig b/configs/xtrs/pashello/defconfig index d30db725ac..803064b7a2 100644 --- a/configs/xtrs/pashello/defconfig +++ b/configs/xtrs/pashello/defconfig @@ -72,15 +72,20 @@ CONFIG_UART_TXBUFSIZE=256 # 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_LINKER_START_AREA - Start of START area # CONFIG_LINKER_CODE_AREA - Start of _CODE area # CONFIG_LINKER_ROM_AT_0000 - Disable the initialization code # starting at 0000 - +# CONFIG_RRLOAD_BINARY=n CONFIG_INTELHEX_BINARY=n +CONFIG_RAW_BINARY=n CONFIG_HAVE_LIBM=n CONFIG_LINKER_START_AREA=0x5200 diff --git a/configs/z16f2800100zcog/ostest/defconfig b/configs/z16f2800100zcog/ostest/defconfig index b50b114b2e..4c9a7c93b7 100644 --- a/configs/z16f2800100zcog/ostest/defconfig +++ b/configs/z16f2800100zcog/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 # diff --git a/configs/z16f2800100zcog/pashello/defconfig b/configs/z16f2800100zcog/pashello/defconfig index 3a41c6db51..1149c1dc2d 100644 --- a/configs/z16f2800100zcog/pashello/defconfig +++ b/configs/z16f2800100zcog/pashello/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 # diff --git a/configs/z80sim/nsh/defconfig b/configs/z80sim/nsh/defconfig index bb0c51bb1e..8c5621b982 100644 --- a/configs/z80sim/nsh/defconfig +++ b/configs/z80sim/nsh/defconfig @@ -72,10 +72,14 @@ CONFIG_UART_TXBUFSIZE=64 # 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 # diff --git a/configs/z80sim/ostest/defconfig b/configs/z80sim/ostest/defconfig index a6a6affee2..4b10b5f607 100644 --- a/configs/z80sim/ostest/defconfig +++ b/configs/z80sim/ostest/defconfig @@ -72,10 +72,14 @@ CONFIG_UART_TXBUFSIZE=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 # diff --git a/configs/z80sim/pashello/defconfig b/configs/z80sim/pashello/defconfig index 2bafffad2a..8dea30eabc 100644 --- a/configs/z80sim/pashello/defconfig +++ b/configs/z80sim/pashello/defconfig @@ -72,10 +72,14 @@ CONFIG_UART_TXBUFSIZE=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 # diff --git a/configs/z8encore000zco/ostest/defconfig b/configs/z8encore000zco/ostest/defconfig index 81ac91858a..0f255536a3 100644 --- a/configs/z8encore000zco/ostest/defconfig +++ b/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 # diff --git a/configs/z8f64200100kit/ostest/defconfig b/configs/z8f64200100kit/ostest/defconfig index 271855eb32..c55e59aab6 100644 --- a/configs/z8f64200100kit/ostest/defconfig +++ b/configs/z8f64200100kit/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 #