From d673668964f1e8c65675978b737169c2aa9e2a2d Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Sat, 2 Jun 2018 05:42:55 +0000 Subject: configs: Remove empty #ifdef/#ifndef blocks from configs Remove empty #ifdef/#ifndef..#endif blocks where the configuration they guarded has been completely removed. Signed-off-by: Alex Kiernan --- include/configs/T102xQDS.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/T102xQDS.h') diff --git a/include/configs/T102xQDS.h b/include/configs/T102xQDS.h index e457135e56..042cc360ad 100644 --- a/include/configs/T102xQDS.h +++ b/include/configs/T102xQDS.h @@ -515,8 +515,6 @@ unsigned long get_board_ddr_clk(void); /* * eSPI - Enhanced SPI */ -#ifndef CONFIG_SPL_BUILD -#endif #define CONFIG_SPI_FLASH_BAR #define CONFIG_SF_DEFAULT_SPEED 10000000 #define CONFIG_SF_DEFAULT_MODE 0 -- cgit v1.2.3