imx8qm_mek: Remove unneeded config options settings
authorFabio Estevam <[email protected]>
Wed, 8 May 2019 12:02:07 +0000 (09:02 -0300)
committerStefano Babic <[email protected]>
Tue, 11 Jun 2019 08:42:48 +0000 (10:42 +0200)
Remove such unneeded custom config options because the
provided default values are good enough.

Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Peng Fan <[email protected]>
include/configs/imx8qm_mek.h

index 2bdf3be65460cae08923eec82bd2179cd086d942..d06ed61c80775db79fcddd0c4b8b457d88afb627 100644 (file)
 /* Serial */
 #define CONFIG_BAUDRATE                        115200
 
-/* Monitor Command Prompt */
-#define CONFIG_HUSH_PARSER
-#define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
-#define CONFIG_SYS_CBSIZE              2048
-#define CONFIG_SYS_MAXARGS             64
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-#define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \
-                                       sizeof(CONFIG_SYS_PROMPT) + 16)
-
 /* Generic Timer Definitions */
 #define COUNTER_FREQUENCY              8000000 /* 8MHz */