Skip to content
Snippets Groups Projects
Commit 9e03632c authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

imx8qm_mek: Remove unneeded config options settings


Remove such unneeded custom config options because the
provided default values are good enough.

Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
Acked-by: Peng Fan's avatarPeng Fan <peng.fan@nxp.com>
parent d2d11918
No related branches found
No related tags found
No related merge requests found
......@@ -155,15 +155,6 @@
/* 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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment