summaryrefslogtreecommitdiff
path: root/include/configs/bg0900.h
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2019-04-01 17:00:03 +0300
committerStefano Babic <sbabic@denx.de>2019-04-02 14:44:18 +0300
commitf73c09e735bffc2b229bd20de6ca41e4d7efbc1d (patch)
tree34e98ebdded3172483795fea0c521d545cc6bf9a /include/configs/bg0900.h
parent657493173201f47188b7e03411b9f3f331365ee3 (diff)
downloadu-boot-f73c09e735bffc2b229bd20de6ca41e4d7efbc1d.tar.xz
cosmetic: config: Remove empty #ifdefs
After running tools/moveconfig.py it turned out that for various boards there are an empty #ifdef statements. Remove them to clean u-boot source code. Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include/configs/bg0900.h')
-rw-r--r--include/configs/bg0900.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/bg0900.h b/include/configs/bg0900.h
index 832dbbaafc..c05b06a417 100644
--- a/include/configs/bg0900.h
+++ b/include/configs/bg0900.h
@@ -19,10 +19,6 @@
#define CONFIG_FEC_MXC
#endif
-/* SPI FLASH */
-#ifdef CONFIG_CMD_SF
-#endif
-
/* Boot Linux */
#define CONFIG_BOOTFILE "uImage"
#define CONFIG_BOOTCOMMAND "bootm"