diff options
author | Semen Protsenko <semen.protsenko@linaro.org> | 2016-11-16 19:19:06 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-11-18 21:20:59 -0500 |
commit | 693d4c9f1dc40fcf24ced459bc4d1b46db33298a (patch) | |
tree | b57a7e97469fd90b8ac1ac2441ff4cc67ab395d2 /include/configs/ti814x_evm.h | |
parent | 38fed8abe7d2e7ba90deb352d0e7aed4364c5236 (diff) |
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/ti814x_evm.h')
-rw-r--r-- | include/configs/ti814x_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h index 5cfed0d6196..a5dc91b3bae 100644 --- a/include/configs/ti814x_evm.h +++ b/include/configs/ti814x_evm.h @@ -161,7 +161,6 @@ #define CONFIG_SPL_BSS_START_ADDR 0x80000000 #define CONFIG_SPL_BSS_MAX_SIZE 0x80000 /* 512 KB */ -#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 0x200 /* 256 KB */ #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" |