Hi! > > > > > /* Environment for SDMMC boot */ > > > > > #if defined(CONFIG_ENV_IS_IN_MMC) && !defined(CONFIG_ENV_OFFSET) > > > > > -#define CONFIG_SYS_MMC_ENV_DEV 0 /* device 0 */ > > > > > -#define CONFIG_ENV_OFFSET 512 /* just after the > > > > > MBR > > > > > */ > > > > > +#define CONFIG_SYS_MMC_ENV_DEV 0 /* > > > > > device 0 > > > > > */ > > > > > +#define CONFIG_ENV_OFFSET (34*512)/* just after the GPT > > > > > */ ... > I actually dont believe this will cause much of an issue. the env is placed > immediately after the partition table. I know this size fits between the > table and the typical location of the first partition without issue.
Hmm. It is not immediately after partition table (==MBR), it is at sector 34. Now, by changing size you already break the setups, so moving it back to sector 1 does not help much, but can you explain? Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot