diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-06-02 05:42:55 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-10 16:55:57 -0400 |
commit | d673668964f1e8c65675978b737169c2aa9e2a2d (patch) | |
tree | bad965ed410f70cc0be31dcb52cdc68c685817c0 /include/configs/T208xQDS.h | |
parent | 56419ea5f0800690b47390baee580e541342d35c (diff) | |
download | u-boot-d673668964f1e8c65675978b737169c2aa9e2a2d.tar.gz |
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 <alex.kiernan@gmail.com>
Diffstat (limited to 'include/configs/T208xQDS.h')
-rw-r--r-- | include/configs/T208xQDS.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index f5d454b002..ba7980a22d 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -509,8 +509,6 @@ unsigned long get_board_ddr_clk(void); * eSPI - Enhanced SPI */ #ifdef CONFIG_SPI_FLASH -#ifndef CONFIG_SPL_BUILD -#endif #define CONFIG_SPI_FLASH_BAR #define CONFIG_SF_DEFAULT_SPEED 10000000 |