From 693d4c9f1dc40fcf24ced459bc4d1b46db33298a Mon Sep 17 00:00:00 2001 From: Semen Protsenko Date: Wed, 16 Nov 2016 19:19:06 +0200 Subject: 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 --- include/configs/rut.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/rut.h') diff --git a/include/configs/rut.h b/include/configs/rut.h index 3d7b85f306..e5933b85ee 100644 --- a/include/configs/rut.h +++ b/include/configs/rut.h @@ -35,8 +35,6 @@ #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 6 /* 64 byte pages */ #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 /* take up to 10 msec */ -#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 0x200 - #define CONFIG_PHY_NATSEMI #define CONFIG_FACTORYSET -- cgit v1.2.1