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/draco.h | |
parent | 38fed8abe7d2e7ba90deb352d0e7aed4364c5236 (diff) | |
download | u-boot-imx-693d4c9f1dc40fcf24ced459bc4d1b46db33298a.zip u-boot-imx-693d4c9f1dc40fcf24ced459bc4d1b46db33298a.tar.gz u-boot-imx-693d4c9f1dc40fcf24ced459bc4d1b46db33298a.tar.bz2 |
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/draco.h')
-rw-r--r-- | include/configs/draco.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/draco.h b/include/configs/draco.h index 5e4bf48..7c4179d 100644 --- a/include/configs/draco.h +++ b/include/configs/draco.h @@ -45,8 +45,6 @@ #define EEPROM_ADDR_DDR3 0x90 #define EEPROM_ADDR_CHIP 0x120 -#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 0x300 - #undef CONFIG_MII #undef CONFIG_PHY_GIGE #define CONFIG_PHY_SMSC |