diff options
author | Fabien Parent | 2017-01-09 11:06:38 +0100 |
---|---|---|
committer | Tom Rini | 2017-01-14 16:47:17 -0500 |
commit | 506c66ee9c9a3c2a463285687124c87a7e961a3e (patch) | |
tree | 7375ac3b15aaa04ba0e4267ba5afe5bf528d630b /include/configs | |
parent | fa71f709011e8708ad471e83b247e773b369c274 (diff) |
omapl138_lcdk: remove empty ifdef block
Small clean-up.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omapl138_lcdk.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index 4418b9bcdfd..43da339f397 100644 --- a/include/configs/omapl138_lcdk.h +++ b/include/configs/omapl138_lcdk.h @@ -315,9 +315,6 @@ #define CONFIG_CMD_UBIFS #endif -#ifdef CONFIG_USE_SPIFLASH -#endif - #if !defined(CONFIG_USE_NAND) && \ !defined(CONFIG_SYS_USE_NOR) && \ !defined(CONFIG_USE_SPIFLASH) |