All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] imx8qm_mek: Remove unneeded config options settings
@ 2019-05-08 12:02 Fabio Estevam
  2019-05-08 12:02 ` [U-Boot] [PATCH 2/2] imx8qxp_mek: " Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabio Estevam @ 2019-05-08 12:02 UTC (permalink / raw)
  To: u-boot

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

Signed-off-by: Fabio Estevam <festevam@gmail.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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH 2/2] imx8qxp_mek: Remove unneeded config options settings
  2019-05-08 12:02 [U-Boot] [PATCH 1/2] imx8qm_mek: Remove unneeded config options settings Fabio Estevam
@ 2019-05-08 12:02 ` Fabio Estevam
  2019-05-08 12:56   ` Peng Fan
  2019-06-10  9:59   ` [U-Boot] [PATCH 2/2] imx8qxp_mek: Remove unneeded config options sbabic at denx.de
  2019-05-08 12:55 ` [U-Boot] [PATCH 1/2] imx8qm_mek: Remove unneeded config options settings Peng Fan
  2019-06-10  9:19 ` [U-Boot] [PATCH 1/2] imx8qm_mek: Remove unneeded config options settings <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> <mailto:u-boot-request@lists.denx.de?subject=subscribe> sbabic at denx.de
  2 siblings, 2 replies; 6+ messages in thread
From: Fabio Estevam @ 2019-05-08 12:02 UTC (permalink / raw)
  To: u-boot

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

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 include/configs/imx8qxp_mek.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/include/configs/imx8qxp_mek.h b/include/configs/imx8qxp_mek.h
index 18ea5a8fb6..d52313cd7e 100644
--- a/include/configs/imx8qxp_mek.h
+++ b/include/configs/imx8qxp_mek.h
@@ -157,14 +157,6 @@
 /* Serial */
 #define CONFIG_BAUDRATE			115200
 
-/* Monitor Command Prompt */
-#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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH 1/2] imx8qm_mek: Remove unneeded config options settings
  2019-05-08 12:02 [U-Boot] [PATCH 1/2] imx8qm_mek: Remove unneeded config options settings Fabio Estevam
  2019-05-08 12:02 ` [U-Boot] [PATCH 2/2] imx8qxp_mek: " Fabio Estevam
@ 2019-05-08 12:55 ` Peng Fan
  2019-06-10  9:19 ` [U-Boot] [PATCH 1/2] imx8qm_mek: Remove unneeded config options settings <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> <mailto:u-boot-request@lists.denx.de?subject=subscribe> sbabic at denx.de
  2 siblings, 0 replies; 6+ messages in thread
From: Peng Fan @ 2019-05-08 12:55 UTC (permalink / raw)
  To: u-boot

> 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@gmail.com>

Acked-by: Peng Fan <peng.fan@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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH 2/2] imx8qxp_mek: Remove unneeded config options settings
  2019-05-08 12:02 ` [U-Boot] [PATCH 2/2] imx8qxp_mek: " Fabio Estevam
@ 2019-05-08 12:56   ` Peng Fan
  2019-06-10  9:59   ` [U-Boot] [PATCH 2/2] imx8qxp_mek: Remove unneeded config options sbabic at denx.de
  1 sibling, 0 replies; 6+ messages in thread
From: Peng Fan @ 2019-05-08 12:56 UTC (permalink / raw)
  To: u-boot

> Subject: [PATCH 2/2] imx8qxp_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@gmail.com>

Acked-by: Peng Fan <peng.fan@nxp.com>

> ---
>  include/configs/imx8qxp_mek.h | 8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/include/configs/imx8qxp_mek.h b/include/configs/imx8qxp_mek.h
> index 18ea5a8fb6..d52313cd7e 100644
> --- a/include/configs/imx8qxp_mek.h
> +++ b/include/configs/imx8qxp_mek.h
> @@ -157,14 +157,6 @@
>  /* Serial */
>  #define CONFIG_BAUDRATE			115200
> 
> -/* Monitor Command Prompt */
> -#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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH 1/2] imx8qm_mek: Remove unneeded config options settings <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> <mailto:u-boot-request@lists.denx.de?subject=subscribe>
  2019-05-08 12:02 [U-Boot] [PATCH 1/2] imx8qm_mek: Remove unneeded config options settings Fabio Estevam
  2019-05-08 12:02 ` [U-Boot] [PATCH 2/2] imx8qxp_mek: " Fabio Estevam
  2019-05-08 12:55 ` [U-Boot] [PATCH 1/2] imx8qm_mek: Remove unneeded config options settings Peng Fan
@ 2019-06-10  9:19 ` sbabic at denx.de
  2 siblings, 0 replies; 6+ messages in thread
From: sbabic at denx.de @ 2019-06-10  9:19 UTC (permalink / raw)
  To: u-boot

> Remove such unneeded custom config options because the
> provided default values are good enough.
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> Acked-by: Peng Fan <peng.fan@nxp.com>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot]  [PATCH 2/2] imx8qxp_mek: Remove unneeded config options
  2019-05-08 12:02 ` [U-Boot] [PATCH 2/2] imx8qxp_mek: " Fabio Estevam
  2019-05-08 12:56   ` Peng Fan
@ 2019-06-10  9:59   ` sbabic at denx.de
  1 sibling, 0 replies; 6+ messages in thread
From: sbabic at denx.de @ 2019-06-10  9:59 UTC (permalink / raw)
  To: u-boot

> Remove such unneeded custom config options because the
> provided default values are good enough.
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> Acked-by: Peng Fan <peng.fan@nxp.com>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-10  9:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-08 12:02 [U-Boot] [PATCH 1/2] imx8qm_mek: Remove unneeded config options settings Fabio Estevam
2019-05-08 12:02 ` [U-Boot] [PATCH 2/2] imx8qxp_mek: " Fabio Estevam
2019-05-08 12:56   ` Peng Fan
2019-06-10  9:59   ` [U-Boot] [PATCH 2/2] imx8qxp_mek: Remove unneeded config options sbabic at denx.de
2019-05-08 12:55 ` [U-Boot] [PATCH 1/2] imx8qm_mek: Remove unneeded config options settings Peng Fan
2019-06-10  9:19 ` [U-Boot] [PATCH 1/2] imx8qm_mek: Remove unneeded config options settings <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> <mailto:u-boot-request@lists.denx.de?subject=subscribe> sbabic at denx.de

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.