From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 21 Oct 2016 13:32:43 +0200 Subject: [U-Boot] [RFC] Proposal on changing raw boot mode In-Reply-To: References: Message-ID: <20161021133243.403a0475@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Thu, 20 Oct 2016 20:07:24 +0300 Sam Protsenko semen.protsenko at linaro.org wrote: ... > 1. 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