Commit a14b601652cd8b91fb2775fbf59d9e46ad6edb41

Authored by Chris Packham
Committed by Stefan Roese
1 parent 6d7ea6d31a

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 <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>

Showing 1 changed file with 0 additions and 6 deletions Side-by-side Diff

include/configs/mv-common.h
... ... @@ -102,12 +102,6 @@
102 102 #endif
103 103  
104 104 /*
105   - * Common SPI Flash configuration
106   - */
107   -#ifdef CONFIG_CMD_SF
108   -#endif
109   -
110   -/*
111 105 * File system
112 106 */
113 107 #ifdef CONFIG_SYS_MVFS