summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2019-04-01 16:00:03 +0200
committerChristoph Müllner <christophm30@gmail.com>2019-04-26 00:52:31 +0200
commit2fbd9338fac94d4629dceecbd12fef0b85003acf (patch)
tree8f59997a84401797de591c50d1e633fa2fbe4f48
parent015ccd0b049042ffb7fb78a178f81226da0a00dd (diff)
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>
-rw-r--r--include/configs/bg0900.h4
-rw-r--r--include/configs/dreamplug.h3
-rw-r--r--include/configs/ds109.h3
-rw-r--r--include/configs/km/km_arm.h3
4 files changed, 0 insertions, 13 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"
diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
index 28bda14c3d..f7f9141dd0 100644
--- a/include/configs/dreamplug.h
+++ b/include/configs/dreamplug.h
@@ -34,9 +34,6 @@
#define CONFIG_ENV_SECT_SIZE 0x10000 /* 64k */
#endif
-#ifdef CONFIG_CMD_SF
-#endif
-
/*
* max 4k env size is enough, but in case of nand
* it has to be rounded to sector size
diff --git a/include/configs/ds109.h b/include/configs/ds109.h
index 07367cfef0..31abb4bc85 100644
--- a/include/configs/ds109.h
+++ b/include/configs/ds109.h
@@ -37,9 +37,6 @@
#define CONFIG_ENV_SECT_SIZE 0x10000 /* 64k */
#endif
-#ifdef CONFIG_CMD_SF
-#endif
-
/*
* max 4k env size is enough, but in case of nand
* it has to be rounded to sector size
diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h
index a2e9cf1fa5..8a00ac015a 100644
--- a/include/configs/km/km_arm.h
+++ b/include/configs/km/km_arm.h
@@ -34,9 +34,6 @@
/* SPI NOR Flash default params, used by sf commands */
-#if defined CONFIG_KM_ENV_IS_IN_SPI_NOR
-#endif
-
/* Reserve 4 MB for malloc */
#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024)