From mboxrd@z Thu Jan 1 00:00:00 1970 From: Justin Waters Date: Mon, 15 Jul 2013 10:45:32 -0400 Subject: [U-Boot] [PATCH v2 1/6] am335x_evm: Make NAND support modular In-Reply-To: <36273abc6d0064278bc86f66896a3b8d@agner.ch> References: <1373550903-474-1-git-send-email-justin.waters@timesys.com> <1373550903-474-2-git-send-email-justin.waters@timesys.com> <36273abc6d0064278bc86f66896a3b8d@agner.ch> Message-ID: <1373899532.9076.41.camel@jjw-desktop> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Stefan, On Fri, 2013-07-12 at 07:30 -0400, Stefan Agner wrote: > Am 2013-07-11 15:54, schrieb Justin Waters: > > Give the user the ability to disable NAND support by defining > > CONFIG_NO_NAND. This will allow custom hardware to easily support > > this configuration. > > If NAND is not enabled, we could also ifdef the SPI/MTD/CMD_FS > configurations since they are not used on BeagleBone Black either. Maybe > something for a follow-up patch rather than a new version of this > patchset. Agreed on all accounts. I focused on the NAND mostly because the logic was gumming up the environment storage, and I needed it out of the way for the eMMC boot. It was an added bonus that it decreases the image size and cleans up the initialization. The others were more innocuous, so I skipped them for the time being. -Justin