On Tue, Aug 06, 2013 at 01:33:35PM -0500, Dan Murphy wrote:
> On 08/02/2013 03:26 PM, Tom Rini wrote:
> > We create two new files, include/configs/ti_armv7_common.h for all of
> > the common IP blocks and related features / commands we share in
> > virtually all of our platforms.  We then create
> > include/configs/ti_am335x_common.h for everything common to the am335x
> > SoC leaving just the board specific parts to
> > include/configs/ti_am335x_common.h.
[snip]
> > +#ifdef CONFIG_NAND
> > +#define CONFIG_SPL_NAND_AM33XX_BCH /* OMAP4 and later ELM support */
> > +#define CONFIG_SPL_NAND_SUPPORT
> > +#define CONFIG_SPL_NAND_BASE
> > +#define CONFIG_SPL_NAND_DRIVERS
> > +#define CONFIG_SPL_NAND_ECC
> > +#define CONFIG_SYS_NAND_U_BOOT_START       CONFIG_SYS_TEXT_BASE
> > +#define CONFIG_SYS_NAND_U_BOOT_OFFS        0x80000
> > +#endif
> > +#endif
> 
> Nit pick can you add the /* CONFIG_NOR_BOOT */ so we know what this
> endif is for?

Done.

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to