diff options
author | Chris Packham <judge.packham@gmail.com> | 2018-05-26 21:43:56 +1200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-05-29 08:33:05 +0200 |
commit | a14b601652cd8b91fb2775fbf59d9e46ad6edb41 (patch) | |
tree | 047a6e4a958a26057bcb4183a71247b623e6b927 /include/configs | |
parent | 6d7ea6d31a795b104a6f62698e89d173733e5612 (diff) |
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mv-common.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ -102,12 +102,6 @@ #endif /* - * Common SPI Flash configuration - */ -#ifdef CONFIG_CMD_SF -#endif - -/* * File system */ #ifdef CONFIG_SYS_MVFS |