All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] kirkwood: guruplug: Relocate NAND environment area
@ 2010-10-26 23:01 Gray Remlin
  2010-10-27  6:30 ` Prafulla Wadaskar
  2010-10-28  9:47 ` Prafulla Wadaskar
  0 siblings, 2 replies; 3+ messages in thread
From: Gray Remlin @ 2010-10-26 23:01 UTC (permalink / raw)
  To: u-boot

Current default options increase u-boot size to overlap the
location of the environment in NAND, move environment higher up

Signed-off-by: Gray Remlin <g_remlin@rocketmail.com>
---
 include/configs/guruplug.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/guruplug.h b/include/configs/guruplug.h
index 2c2682c..30a6050 100644
--- a/include/configs/guruplug.h
+++ b/include/configs/guruplug.h
@@ -72,8 +72,8 @@
  * it has to be rounded to sector size
  */
 #define CONFIG_ENV_SIZE			0x20000 /* 128k */
-#define CONFIG_ENV_ADDR			0x40000
-#define CONFIG_ENV_OFFSET		0x40000 /* env starts here */
+#define CONFIG_ENV_ADDR			0x60000
+#define CONFIG_ENV_OFFSET		0x60000 /* env starts here */

 /*
  * Default environment variables
--

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

* [U-Boot] [PATCH] kirkwood: guruplug: Relocate NAND environment area
  2010-10-26 23:01 [U-Boot] [PATCH] kirkwood: guruplug: Relocate NAND environment area Gray Remlin
@ 2010-10-27  6:30 ` Prafulla Wadaskar
  2010-10-28  9:47 ` Prafulla Wadaskar
  1 sibling, 0 replies; 3+ messages in thread
From: Prafulla Wadaskar @ 2010-10-27  6:30 UTC (permalink / raw)
  To: u-boot

Ack, Thanks regards..
Prafulla . .

> -----Original Message-----
> From: Gray Remlin [mailto:g_remlin at rocketmail.com]
> Sent: Wednesday, October 27, 2010 4:31 AM
> To: u-boot at lists.denx.de
> Cc: Prafulla Wadaskar
> Subject: [PATCH] kirkwood: guruplug: Relocate NAND environment area
> 
> Current default options increase u-boot size to overlap the
> location of the environment in NAND, move environment higher up
> 
> Signed-off-by: Gray Remlin <g_remlin@rocketmail.com>
> ---
>  include/configs/guruplug.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/configs/guruplug.h b/include/configs/guruplug.h
> index 2c2682c..30a6050 100644
> --- a/include/configs/guruplug.h
> +++ b/include/configs/guruplug.h
> @@ -72,8 +72,8 @@
>   * it has to be rounded to sector size
>   */
>  #define CONFIG_ENV_SIZE			0x20000 /* 128k */
> -#define CONFIG_ENV_ADDR			0x40000
> -#define CONFIG_ENV_OFFSET		0x40000 /* env starts here */
> +#define CONFIG_ENV_ADDR			0x60000
> +#define CONFIG_ENV_OFFSET		0x60000 /* env starts here */
> 
>  /*
>   * Default environment variables
> --

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

* [U-Boot] [PATCH] kirkwood: guruplug: Relocate NAND environment area
  2010-10-26 23:01 [U-Boot] [PATCH] kirkwood: guruplug: Relocate NAND environment area Gray Remlin
  2010-10-27  6:30 ` Prafulla Wadaskar
@ 2010-10-28  9:47 ` Prafulla Wadaskar
  1 sibling, 0 replies; 3+ messages in thread
From: Prafulla Wadaskar @ 2010-10-28  9:47 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Gray Remlin [mailto:g_remlin at rocketmail.com]
> Sent: Wednesday, October 27, 2010 4:31 AM
> To: u-boot at lists.denx.de
> Cc: Prafulla Wadaskar
> Subject: [PATCH] kirkwood: guruplug: Relocate NAND environment area
> 
> Current default options increase u-boot size to overlap the
> location of the environment in NAND, move environment higher up
> 
> Signed-off-by: Gray Remlin <g_remlin@rocketmail.com>
> ---
>  include/configs/guruplug.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/configs/guruplug.h b/include/configs/guruplug.h
> index 2c2682c..30a6050 100644
> --- a/include/configs/guruplug.h
> +++ b/include/configs/guruplug.h
> @@ -72,8 +72,8 @@
>   * it has to be rounded to sector size
>   */
>  #define CONFIG_ENV_SIZE			0x20000 /* 128k */
> -#define CONFIG_ENV_ADDR			0x40000
> -#define CONFIG_ENV_OFFSET		0x40000 /* env starts here */
> +#define CONFIG_ENV_ADDR			0x60000
> +#define CONFIG_ENV_OFFSET		0x60000 /* env starts here */
> 
>  /*
>   * Default environment variables
> --

Applied to u-boot-marvell.git master branch

Regards..
Prafulla . .

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

end of thread, other threads:[~2010-10-28  9:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-26 23:01 [U-Boot] [PATCH] kirkwood: guruplug: Relocate NAND environment area Gray Remlin
2010-10-27  6:30 ` Prafulla Wadaskar
2010-10-28  9:47 ` Prafulla Wadaskar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.