public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] am335x_evm: Re-work eMMC environment
@ 2013-09-12 12:46 Tom Rini
  2013-09-12 20:46 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2013-09-12 12:46 UTC (permalink / raw)
  To: u-boot

board/ti/am335x/README talks about eMMC env on the main partition, with
redundancy, rather than in one of the boot partitions.  Switch to using
the main partition + redundant copy.

Signed-off-by: Tom Rini <trini@ti.com>
---
 include/configs/am335x_evm.h |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 3de30fc..da353d7 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -344,10 +344,11 @@
 					"128k(u-boot-env2),3464k(kernel)," \
 					"-(rootfs)"
 #elif defined(CONFIG_EMMC_BOOT)
-#undef CONFIG_ENV_IS_NOWHERE
 #define CONFIG_ENV_IS_IN_MMC
-#define CONFIG_SYS_MMC_ENV_DEV		1
-#define CONFIG_SYS_MMC_ENV_PART		2
+#define CONFIG_SYS_MMC_ENV_DEV		1	/* SLOT2: eMMC(1) */
+#define CONFIG_ENV_OFFSET		0xE0000
+#define CONFIG_ENV_OFFSET_REDUND	(CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)
+#define CONFIG_SYS_REDUNDAND_ENVIRONMENT
 #endif
 
 /* SPI flash. */
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] am335x_evm: Re-work eMMC environment
  2013-09-12 12:46 [U-Boot] [PATCH] am335x_evm: Re-work eMMC environment Tom Rini
@ 2013-09-12 20:46 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2013-09-12 20:46 UTC (permalink / raw)
  To: u-boot

On Thu, Sep 12, 2013 at 08:46:50AM -0400, Tom Rini wrote:

> board/ti/am335x/README talks about eMMC env on the main partition, with
> redundancy, rather than in one of the boot partitions.  Switch to using
> the main partition + redundant copy.
> 
> Signed-off-by: Tom Rini <trini@ti.com>

I'm going to re-tract this and update the README instead, along with
switching to redundant env support.

-- 
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/20130912/ccbcdc0f/attachment.pgp>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-12 20:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-12 12:46 [U-Boot] [PATCH] am335x_evm: Re-work eMMC environment Tom Rini
2013-09-12 20:46 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox