sim: Remove CONFIG_RAW_BINARY=y from configs
Because: * A raw binary doesn't make sense for sim, where ./nuttx is a host OS executable. * It breaks test builds on macOS, where native objcopy is not available.
This commit is contained in:
parent
f787df1d38
commit
01c91e8af8
|
@ -39,7 +39,6 @@ CONFIG_NSH_BUILTIN_APPS=y
|
|||
CONFIG_NSH_LINELEN=128
|
||||
CONFIG_NSH_READLINE=y
|
||||
CONFIG_PATH_INITIAL="/system/bin"
|
||||
CONFIG_RAW_BINARY=y
|
||||
CONFIG_READLINE_CMD_HISTORY=y
|
||||
CONFIG_READLINE_TABCOMPLETION=y
|
||||
CONFIG_SCHED_HAVE_PARENT=y
|
||||
|
|
|
@ -66,7 +66,6 @@ CONFIG_PREALLOC_TIMERS=4
|
|||
CONFIG_PTHREAD_STACK_DEFAULT=4096
|
||||
CONFIG_RAM_SIZE=393216
|
||||
CONFIG_RAM_START=0x20400000
|
||||
CONFIG_RAW_BINARY=y
|
||||
CONFIG_RR_INTERVAL=200
|
||||
CONFIG_SCHED_HPWORK=y
|
||||
CONFIG_SCHED_HPWORKSTACKSIZE=4096
|
||||
|
|
|
@ -91,7 +91,6 @@ CONFIG_PREALLOC_TIMERS=4
|
|||
CONFIG_PTHREAD_STACK_DEFAULT=4096
|
||||
CONFIG_RAM_SIZE=393216
|
||||
CONFIG_RAM_START=0x20400000
|
||||
CONFIG_RAW_BINARY=y
|
||||
CONFIG_RR_INTERVAL=200
|
||||
CONFIG_SCHED_HPWORK=y
|
||||
CONFIG_SCHED_HPWORKSTACKSIZE=4096
|
||||
|
|
|
@ -91,7 +91,6 @@ CONFIG_PREALLOC_TIMERS=4
|
|||
CONFIG_PTHREAD_STACK_DEFAULT=4096
|
||||
CONFIG_RAM_SIZE=393216
|
||||
CONFIG_RAM_START=0x20400000
|
||||
CONFIG_RAW_BINARY=y
|
||||
CONFIG_RR_INTERVAL=200
|
||||
CONFIG_SCHED_HPWORK=y
|
||||
CONFIG_SCHED_HPWORKSTACKSIZE=4096
|
||||
|
|
Loading…
Reference in New Issue