summaryrefslogtreecommitdiff
path: root/include/configs/ti_armv7_common.h
diff options
context:
space:
mode:
authorSemen Protsenko <semen.protsenko@linaro.org>2016-11-16 20:19:06 +0300
committerTom Rini <trini@konsulko.com>2016-11-19 05:20:59 +0300
commit693d4c9f1dc40fcf24ced459bc4d1b46db33298a (patch)
treeb57a7e97469fd90b8ac1ac2441ff4cc67ab395d2 /include/configs/ti_armv7_common.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/ti_armv7_common.h')
-rw-r--r--include/configs/ti_armv7_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index 03496c7b35..1be8137e33 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -235,9 +235,6 @@
#endif
-/* RAW SD card / eMMC locations. */
-#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 0x200 /* 256 KB */
-
/* FAT sd card locations. */
#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img"