All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 2/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
@ 2009-03-09 14:15 Rohit Hagargundgi
  2009-05-07  4:55 ` Kyungmin Park
  2009-05-15 19:43 ` Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: Rohit Hagargundgi @ 2009-03-09 14:15 UTC (permalink / raw)
  To: u-boot

Add CONFIG_SYS_MONITOR_LEN macro to apollon board config.
CONFIG_SYS_MONITOR_LEN defines the U-Boot image size.
and is used by OneNAND ipl when reading U-Boot image.

Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
---
 include/configs/apollon.h |    1 +
 1 file changed, 1 insertion(+)
diff --git a/include/configs/apollon.h b/include/configs/apollon.h
index dff47fc..2e8198f 100644
--- a/include/configs/apollon.h
+++ b/include/configs/apollon.h
@@ -254,6 +254,7 @@
 
 /* OneNAND boot, OneNAND has CS0, NOR boot ONeNAND has CS2 */
 #define	CONFIG_SYS_ONENAND_BASE	0x00000000
+#define CONFIG_SYS_MONITOR_LEN		SZ_256K	/* U-Boot image size */
 #define	CONFIG_ENV_IS_IN_ONENAND	1
 #define CONFIG_ENV_ADDR		0x00020000
 

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

* [U-Boot] [PATCH 2/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
  2009-03-09 14:15 [U-Boot] [PATCH 2/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN Rohit Hagargundgi
@ 2009-05-07  4:55 ` Kyungmin Park
  2009-05-15 19:43   ` Wolfgang Denk
  2009-05-15 19:43 ` Wolfgang Denk
  1 sibling, 1 reply; 4+ messages in thread
From: Kyungmin Park @ 2009-05-07  4:55 UTC (permalink / raw)
  To: u-boot

Hi,

Please apply this patch for fixing broken apollon build.

Acked-by: Kyungmin Park <kyungmin.park@samsung.com>

On Mon, Mar 9, 2009 at 11:15 PM, Rohit Hagargundgi <h.rohit@samsung.com> wrote:
> Add CONFIG_SYS_MONITOR_LEN macro to apollon board config.
> CONFIG_SYS_MONITOR_LEN defines the U-Boot image size.
> and is used by OneNAND ipl when reading U-Boot image.
>
> Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
> ---
> ?include/configs/apollon.h | ? ?1 +
> ?1 file changed, 1 insertion(+)
> diff --git a/include/configs/apollon.h b/include/configs/apollon.h
> index dff47fc..2e8198f 100644
> --- a/include/configs/apollon.h
> +++ b/include/configs/apollon.h
> @@ -254,6 +254,7 @@
>
> ?/* OneNAND boot, OneNAND has CS0, NOR boot ONeNAND has CS2 */
> ?#define ? ? ? ?CONFIG_SYS_ONENAND_BASE 0x00000000
> +#define CONFIG_SYS_MONITOR_LEN ? ? ? ? SZ_256K /* U-Boot image size */
> ?#define ? ? ? ?CONFIG_ENV_IS_IN_ONENAND ? ? ? ?1
> ?#define CONFIG_ENV_ADDR ? ? ? ? ? ? ? ?0x00020000
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>

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

* [U-Boot] [PATCH 2/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
  2009-05-07  4:55 ` Kyungmin Park
@ 2009-05-15 19:43   ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2009-05-15 19:43 UTC (permalink / raw)
  To: u-boot

Dear Kyungmin Park,

In message <9c9fda240905062155x53de905doe221e3bb73a1b738@mail.gmail.com> you wrote:
> 
> Please apply this patch for fixing broken apollon build.
> 
> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>

Done, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Is a computer language with goto's totally Wirth-less?

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

* [U-Boot] [PATCH 2/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
  2009-03-09 14:15 [U-Boot] [PATCH 2/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN Rohit Hagargundgi
  2009-05-07  4:55 ` Kyungmin Park
@ 2009-05-15 19:43 ` Wolfgang Denk
  1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2009-05-15 19:43 UTC (permalink / raw)
  To: u-boot

Dear Rohit Hagargundgi,

In message <200903091945.46363.h.rohit@samsung.com> you wrote:
> Add CONFIG_SYS_MONITOR_LEN macro to apollon board config.
> CONFIG_SYS_MONITOR_LEN defines the U-Boot image size.
> and is used by OneNAND ipl when reading U-Boot image.
> 
> Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
> ---
>  include/configs/apollon.h |    1 +
>  1 file changed, 1 insertion(+)

Applied, thanks. [Scott, I hope this is OK with you.]

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
People have one thing in common: they are all different.

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

end of thread, other threads:[~2009-05-15 19:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-09 14:15 [U-Boot] [PATCH 2/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN Rohit Hagargundgi
2009-05-07  4:55 ` Kyungmin Park
2009-05-15 19:43   ` Wolfgang Denk
2009-05-15 19:43 ` Wolfgang Denk

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.