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:
Filip Kokosinski 2024-05-21 08:49:44 +02:00 committed by Anas Nashif
commit 49998d93ac
2 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -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