
21 Oct
2016
21 Oct
'16
1:32 p.m.
Hi,
On Thu, 20 Oct 2016 20:07:24 +0300 Sam Protsenko semen.protsenko@linaro.org wrote: ...
CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS
Simple grep shows us that noone actually uses this constant
(despite it's being defined for multiple boards). So I'm thinking to remove it altogether. What do you think about that?
it is not directly used, but config files including imx6_spl.h define CONFIG_SYS_MONITOR_LEN depending on CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS. When removing, take care to update CONFIG_SYS_MONITOR_LEN there.
-- Anatolij