]> git.sur5r.net Git - u-boot/commitdiff
configs: remove empty #ifdef block from mv-common.h
authorChris Packham <judge.packham@gmail.com>
Sat, 26 May 2018 09:43:56 +0000 (21:43 +1200)
committerStefan Roese <sr@denx.de>
Tue, 29 May 2018 06:33:05 +0000 (08:33 +0200)
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>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
include/configs/mv-common.h

index fa9b5bcf3a516f204a7d86f2046feca733a3c4c1..8c5350ea0cef68ccca884ee3a8165af19e426f19 100644 (file)
 #define CONFIG_SYS_MAX_NAND_DEVICE     1
 #endif
 
-/*
- * Common SPI Flash configuration
- */
-#ifdef CONFIG_CMD_SF
-#endif
-
 /*
  * File system
  */