diff mbox series

[U-Boot,v1,01/11] cosmetic: display5: Remove not needed comments

Message ID 20190609205447.11212-2-lukma@denx.de
State Accepted
Commit 0047a4d1a0e1413ec0ed6de33862d10e09947012
Delegated to: Stefano Babic
Headers show
Series DM: display5: Convert display5 board to DM/DTS (including 'factory' setup) | expand

Commit Message

Lukasz Majewski June 9, 2019, 8:54 p.m. UTC
Some comments are not needed anymore after Kconfig automated conversion.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
---

 include/configs/display5.h | 5 -----
 1 file changed, 5 deletions(-)

Comments

Peng Fan June 10, 2019, 1:36 a.m. UTC | #1
> Subject: [PATCH v1 01/11] cosmetic: display5: Remove not needed comments
> 
> Some comments are not needed anymore after Kconfig automated
> conversion.
> 
> Signed-off-by: Lukasz Majewski <lukma@denx.de>
> ---
> 
>  include/configs/display5.h | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/include/configs/display5.h b/include/configs/display5.h index
> 5e982b8d27..5dbe5b8528 100644
> --- a/include/configs/display5.h
> +++ b/include/configs/display5.h
> @@ -55,11 +55,8 @@
>  /* Size of malloc() pool */
>  #define CONFIG_SYS_MALLOC_LEN		(16 * 1024 * 1024)
> 
> -/*#define CONFIG_MXC_UART*/
>  #define CONFIG_MXC_UART_BASE		UART5_BASE
> 
> -/* SPI NOR Flash */
> -
>  /* I2C Configs */
>  #define CONFIG_SYS_I2C
>  #define CONFIG_SYS_I2C_MXC
> @@ -364,8 +361,6 @@
>  #define CONFIG_SYS_INIT_SP_ADDR \
>  	(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
> 
> -/* Commands */
> -
>  /* Watchdog */
>  #define CONFIG_WATCHDOG_TIMEOUT_MSECS   15000

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

> 
> --
> 2.11.0
Stefano Babic July 20, 2019, 8:57 a.m. UTC | #2
> Some comments are not needed anymore after Kconfig automated conversion.
> Signed-off-by: Lukasz Majewski <lukma@denx.de>
> Reviewed-by: Peng Fan <peng.fan@nxp.com>

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

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/include/configs/display5.h b/include/configs/display5.h
index 5e982b8d27..5dbe5b8528 100644
--- a/include/configs/display5.h
+++ b/include/configs/display5.h
@@ -55,11 +55,8 @@ 
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(16 * 1024 * 1024)
 
-/*#define CONFIG_MXC_UART*/
 #define CONFIG_MXC_UART_BASE		UART5_BASE
 
-/* SPI NOR Flash */
-
 /* I2C Configs */
 #define CONFIG_SYS_I2C
 #define CONFIG_SYS_I2C_MXC
@@ -364,8 +361,6 @@ 
 #define CONFIG_SYS_INIT_SP_ADDR \
 	(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
 
-/* Commands */
-
 /* Watchdog */
 #define CONFIG_WATCHDOG_TIMEOUT_MSECS   15000