diff mbox

[U-Boot,3/3] omapl138_lcdk: remove empty ifdef block

Message ID 20170109100638.19990-4-fparent@baylibre.com
State Accepted
Commit 506c66ee9c9a3c2a463285687124c87a7e961a3e
Delegated to: Tom Rini
Headers show

Commit Message

Fabien Parent Jan. 9, 2017, 10:06 a.m. UTC
Small clean-up.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
 include/configs/omapl138_lcdk.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Tom Rini Jan. 11, 2017, 3:20 a.m. UTC | #1
On Mon, Jan 09, 2017 at 11:06:38AM +0100, Fabien Parent wrote:

> Small clean-up.
> 
> Signed-off-by: Fabien Parent <fparent@baylibre.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Tom Rini Jan. 15, 2017, 6:32 p.m. UTC | #2
On Mon, Jan 09, 2017 at 11:06:38AM +0100, Fabien Parent wrote:

> Small clean-up.
> 
> Signed-off-by: Fabien Parent <fparent@baylibre.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h
index cdc93c38c8..15e900f6e2 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)