From: Chris Packham Date: Sat, 26 May 2018 09:43:56 +0000 (+1200) Subject: configs: remove empty #ifdef block from mv-common.h X-Git-Tag: v2018.07-rc1~29^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a14b601652cd8b91fb2775fbf59d9e46ad6edb41;p=u-boot configs: remove empty #ifdef block from mv-common.h 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 Reviewed-by: Stefan Roese Signed-off-by: Stefan Roese --- diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index fa9b5bcf3a..8c5350ea0c 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 */