Commit 49998d93 authored by Filip Kokosinski's avatar Filip Kokosinski Committed by Anas Nashif
Browse files

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: default avatarFilip Kokosinski <fkokosinski@antmicro.com>
parent aef0eb27
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -5,9 +5,6 @@
CONFIG_HEAP_MEM_POOL_SIZE=16384
CONFIG_SHELL_STACK_SIZE=8192

# Setting the Shell prompt
CONFIG_SHELL_PROMPT_UART="agilex5$ "

# Setting the max argc
CONFIG_SHELL_ARGC_MAX=12

+0 −3
Original line number Diff line number Diff line
@@ -5,9 +5,6 @@
CONFIG_HEAP_MEM_POOL_SIZE=16384
CONFIG_SHELL_STACK_SIZE=8192

# Setting the Shell prompt
CONFIG_SHELL_PROMPT_UART="agilex$ "

# Setting the max argc
CONFIG_SHELL_ARGC_MAX=12