Re: [U-Boot] [PATCH v1] armv8: lx2160: Drop useless CONFIG_CMDLINE_EDITING from config.h

2019-05-22 Thread Prabhakar Kushwaha

> -Original Message-
> From: Andy Shevchenko 
> Sent: Monday, May 13, 2019 7:35 PM
> To: u-boot@lists.denx.de
> Cc: Andy Shevchenko ; Priyanka Jain
> ; Peng Ma ; Prabhakar
> Kushwaha 
> Subject: [PATCH v1] armv8: lx2160: Drop useless CONFIG_CMDLINE_EDITING
> from config.h
> 
> The commit
>   58c3e62040be ("armv8: lx2160ardb : Add support for LX2160ARDB platform")
> brought a new boards support with redundancy in the config.h file.
> 
> One of them is CONFIG_CMDLINE_EDITING which is removed by this change.
> 
> Cc: Priyanka Jain 
> Cc: Peng Ma 
> Cc: Prabhakar Kushwaha 
> Signed-off-by: Andy Shevchenko 
> ---

updated subject and applied to fsl-qoriq master, awaiting upstream

--pk

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v1] armv8: lx2160: Drop useless CONFIG_CMDLINE_EDITING from config.h

2019-05-13 Thread Andy Shevchenko
The commit
  58c3e62040be ("armv8: lx2160ardb : Add support for LX2160ARDB platform")
brought a new boards support with redundancy in the config.h file.

One of them is CONFIG_CMDLINE_EDITING which is removed by this change.

Cc: Priyanka Jain 
Cc: Peng Ma 
Cc: Prabhakar Kushwaha 
Signed-off-by: Andy Shevchenko 
---
 include/configs/lx2160a_common.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h
index 637619cb55..eb0b1766aa 100644
--- a/include/configs/lx2160a_common.h
+++ b/include/configs/lx2160a_common.h
@@ -187,7 +187,6 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_SYS_PBSIZE  (CONFIG_SYS_CBSIZE + \
sizeof(CONFIG_SYS_PROMPT) + 16)
 #define CONFIG_SYS_BARGSIZECONFIG_SYS_CBSIZE /* Boot args buffer */
-#define CONFIG_CMDLINE_EDITING 1
 #define CONFIG_SYS_MAXARGS 64  /* max command args */
 
 #define CONFIG_SYS_BOOTM_LEN   (64 << 20)  /* Increase max gunzip size */
-- 
2.20.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot