[U-Boot] [PATCH v2 1/6] am335x_evm: Make NAND support modular
Justin Waters
justin.waters at timesys.com
Mon Jul 15 16:45:32 CEST 2013
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
More information about the U-Boot
mailing list