From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikram Narayanan Date: Tue, 23 Oct 2012 23:01:31 +0530 Subject: [U-Boot] [PATCH] nand_spl: Define nand_select function In-Reply-To: <20121023154713.GB6206@bill-the-cat> References: <50867DA1.5070801@gmail.com> <20121023154713.GB6206@bill-the-cat> Message-ID: <5086D473.70903@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/23/2012 9:17 PM, Tom Rini wrote: > On Tue, Oct 23, 2012 at 04:51:05PM +0530, Vikram Narayanan wrote: > >> Split up the selection of nand_chip from nand_init to a separate >> function. This is just to make it a little consistent as we've >> nand_deselect function. >> >> Also use it in spl_nand_load_image function. >> >> Signed-off-by: Vikram Narayanan >> Cc: Stefan Roese > > What does this allow for us to do next? We've added a few bytes to SPL > and we're already close to being too large sometimes. > Yep. 12 bytes added. If SPL is too much loaded to include this, the patch shall be dropped. ~Vikram