[U-Boot] [PATCH] omap3: Derive config for Beagleboard-XM sans NAND support

Tom Rini trini at ti.com
Mon Jan 6 20:30:22 CET 2014


On Sun, Jan 05, 2014 at 08:02:07PM +0530, Sanjeev Premi wrote:

> Beagleboard XM doesn't have a NAND chip.
> Let the configuration reflect so.
> 
> Signed-off-by: Sanjeev Premi <spremi at ymail.com>
> Cc: Tom Rini <trini at ti.com>

True, but why?  And please note that:

> +#ifdef CONFIG_BEAGLE_XM
> +#define CONFIG_ENV_IS_IN_MMC
> +#define CONFIG_SYS_MMC_ENV_DEV	0
> +#else
> +#define CONFIG_ENV_IS_IN_NAND
> +#endif	/* CONFIG_BEAGLE_XM */

Means that we'll be using part of the SD card for the stored environment
so a 'saveenv' will start breaking peoples SD cards if they didn't
re-partition them.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140106/fb3bd369/attachment.pgp>


More information about the U-Boot mailing list