summaryrefslogtreecommitdiff
path: root/include/configs/clearfog.h
diff options
context:
space:
mode:
authorSemen Protsenko <semen.protsenko@linaro.org>2016-11-16 17:19:06 (GMT)
committerTom Rini <trini@konsulko.com>2016-11-19 02:20:59 (GMT)
commit693d4c9f1dc40fcf24ced459bc4d1b46db33298a (patch)
treeb57a7e97469fd90b8ac1ac2441ff4cc67ab395d2 /include/configs/clearfog.h
parent38fed8abe7d2e7ba90deb352d0e7aed4364c5236 (diff)
downloadu-boot-693d4c9f1dc40fcf24ced459bc4d1b46db33298a.tar.xz
spl: Remove CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS
This option isn't used for anything, so get rid of it. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Diffstat (limited to 'include/configs/clearfog.h')
-rw-r--r--include/configs/clearfog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h
index bf123bb..c976ec8 100644
--- a/include/configs/clearfog.h
+++ b/include/configs/clearfog.h
@@ -131,7 +131,6 @@
/* SPL related MMC defines */
#define CONFIG_SYS_MMC_U_BOOT_OFFS (160 << 10)
#define CONFIG_SYS_U_BOOT_OFFS CONFIG_SYS_MMC_U_BOOT_OFFS
-#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS ((512 << 10) / 512) /* 512KiB */
#ifdef CONFIG_SPL_BUILD
#define CONFIG_FIXED_SDHCI_ALIGNED_BUFFER 0x00180000 /* in SDRAM */
#endif