Re: [U-Boot] [PATCH 2/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN

2009-05-15 Thread Wolfgang Denk
Dear Rohit Hagargundgi, In message <200903091945.46363.h.ro...@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

Re: [U-Boot] [PATCH 2/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN

2009-05-15 Thread Wolfgang Denk
Dear Kyungmin Park, In message <9c9fda240905062155x53de905doe221e3bb73a1b...@mail.gmail.com> you wrote: > > Please apply this patch for fixing broken apollon build. > > Acked-by: Kyungmin Park Done, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang De

Re: [U-Boot] [PATCH 2/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN

2009-05-06 Thread Kyungmin Park
Hi, Please apply this patch for fixing broken apollon build. Acked-by: Kyungmin Park On Mon, Mar 9, 2009 at 11:15 PM, Rohit Hagargundgi 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 r

[U-Boot] [PATCH 2/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN

2009-03-09 Thread Rohit Hagargundgi
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 --- include/configs/apollon.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/confi