diff mbox series

[U-Boot] configs: remove empty #ifdef block from mv-common.h

Message ID 20180526094356.10953-1-judge.packham@gmail.com
State Awaiting Upstream
Delegated to: Stefan Roese
Headers show
Series [U-Boot] configs: remove empty #ifdef block from mv-common.h | expand

Commit Message

Chris Packham May 26, 2018, 9:43 a.m. UTC
The last option guarded by this ifdef was removed in commit 68d534201733
("sf: Move SPI flash drivers to defconfig"). Remove the now empty
ifdef/endif block and the associated comment.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 include/configs/mv-common.h | 6 ------
 1 file changed, 6 deletions(-)

Comments

Stefan Roese May 28, 2018, 8:21 a.m. UTC | #1
On 26.05.2018 11:43, Chris Packham wrote:
> The last option guarded by this ifdef was removed in commit 68d534201733
> ("sf: Move SPI flash drivers to defconfig"). Remove the now empty
> ifdef/endif block and the associated comment.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
> 
>   include/configs/mv-common.h | 6 ------
>   1 file changed, 6 deletions(-)
> 
> diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
> index fa9b5bcf3a51..8c5350ea0cef 100644
> --- a/include/configs/mv-common.h
> +++ b/include/configs/mv-common.h
> @@ -101,12 +101,6 @@
>   #define CONFIG_SYS_MAX_NAND_DEVICE     1
>   #endif
>   
> -/*
> - * Common SPI Flash configuration
> - */
> -#ifdef CONFIG_CMD_SF
> -#endif
> -
>   /*
>    * File system
>    */
> 

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan
Stefan Roese May 29, 2018, 8:38 a.m. UTC | #2
On 26.05.2018 11:43, Chris Packham wrote:
> The last option guarded by this ifdef was removed in commit 68d534201733
> ("sf: Move SPI flash drivers to defconfig"). Remove the now empty
> ifdef/endif block and the associated comment.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot-marvell/master

Thanks,
Stefan
diff mbox series

Patch

diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
index fa9b5bcf3a51..8c5350ea0cef 100644
--- a/include/configs/mv-common.h
+++ b/include/configs/mv-common.h
@@ -101,12 +101,6 @@ 
 #define CONFIG_SYS_MAX_NAND_DEVICE     1
 #endif
 
-/*
- * Common SPI Flash configuration
- */
-#ifdef CONFIG_CMD_SF
-#endif
-
 /*
  * File system
  */