[U-Boot] [PATCH 1/2] imx8qm_mek: Remove unneeded config options settings
Peng Fan
peng.fan at nxp.com
Wed May 8 12:55:58 UTC 2019
> Subject: [PATCH 1/2] imx8qm_mek: Remove unneeded config options settings
>
> Remove such unneeded custom config options because the provided default
> values are good enough.
>
> Signed-off-by: Fabio Estevam <festevam at gmail.com>
Acked-by: Peng Fan <peng.fan at nxp.com>
> ---
> include/configs/imx8qm_mek.h | 9 ---------
> 1 file changed, 9 deletions(-)
>
> diff --git a/include/configs/imx8qm_mek.h b/include/configs/imx8qm_mek.h
> index 02c5d1c054..fecfdf6289 100644
> --- a/include/configs/imx8qm_mek.h
> +++ b/include/configs/imx8qm_mek.h
> @@ -157,15 +157,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 */
>
> --
> 2.17.1
More information about the U-Boot
mailing list