samples/subsys/shell/shell_module/overlays: revert to the default prompt
This commits reverts two targets back to the default prompt in the Shell Sample: * intel_socfpga_agilex_socdk * intel_socfpga_agilex5_socdk Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
parent
aef0eb275d
commit
49998d93ac
2 changed files with 0 additions and 6 deletions
|
@ -5,9 +5,6 @@
|
||||||
CONFIG_HEAP_MEM_POOL_SIZE=16384
|
CONFIG_HEAP_MEM_POOL_SIZE=16384
|
||||||
CONFIG_SHELL_STACK_SIZE=8192
|
CONFIG_SHELL_STACK_SIZE=8192
|
||||||
|
|
||||||
# Setting the Shell prompt
|
|
||||||
CONFIG_SHELL_PROMPT_UART="agilex5$ "
|
|
||||||
|
|
||||||
# Setting the max argc
|
# Setting the max argc
|
||||||
CONFIG_SHELL_ARGC_MAX=12
|
CONFIG_SHELL_ARGC_MAX=12
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,6 @@
|
||||||
CONFIG_HEAP_MEM_POOL_SIZE=16384
|
CONFIG_HEAP_MEM_POOL_SIZE=16384
|
||||||
CONFIG_SHELL_STACK_SIZE=8192
|
CONFIG_SHELL_STACK_SIZE=8192
|
||||||
|
|
||||||
# Setting the Shell prompt
|
|
||||||
CONFIG_SHELL_PROMPT_UART="agilex$ "
|
|
||||||
|
|
||||||
# Setting the max argc
|
# Setting the max argc
|
||||||
CONFIG_SHELL_ARGC_MAX=12
|
CONFIG_SHELL_ARGC_MAX=12
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue