From: Fabien Parent Date: Mon, 9 Jan 2017 10:06:38 +0000 (+0100) Subject: omapl138_lcdk: remove empty ifdef block X-Git-Tag: v2017.03-rc1~105 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=506c66ee9c9a3c2a463285687124c87a7e961a3e;p=oweals%2Fu-boot.git omapl138_lcdk: remove empty ifdef block Small clean-up. Signed-off-by: Fabien Parent Reviewed-by: Tom Rini --- diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index 4418b9bcdf..43da339f39 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)