In message <[EMAIL PROTECTED]> you wrote: > Recent modifcations to LOGBUFFER handling code were incorrecly > introduced to fit_check_kernel() routine during > "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing", > commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f. > > This patch cleans up this merge issue.
Ummm... but don't you break logbuffer support that way? > Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> > --- > > common/cmd_bootm.c | 11 ----------- > common/image.c | 4 ---- > 2 files changed, 0 insertions(+), 15 deletions(-) > > > diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c > index 44f6b9f..0d67132 100644 > --- a/common/cmd_bootm.c > +++ b/common/cmd_bootm.c > @@ -433,17 +433,6 @@ static int fit_check_kernel (const void *fit, int > os_noffset, int verify) > } > show_boot_progress (105); > > -#ifdef CONFIG_LOGBUFFER > -#ifndef CONFIG_ALT_LB_ADDR > - kbd=gd->bd; > - /* Prevent initrd from overwriting logbuffer */ > - if (initrd_high < (kbd->bi_memsize-LOGBUFF_LEN-LOGBUFF_OVERHEAD)) > - initrd_high = kbd->bi_memsize-LOGBUFF_LEN-LOGBUFF_OVERHEAD; > - debug ("## Logbuffer at 0x%08lX ", kbd->bi_memsize-LOGBUFF_LEN); > -#else > - debug ("## Logbuffer at 0x%08lX ", CONFIG_ALT_LB_ADDR); > -#endif > -#endif Well, it's easy to remove the code here, but if serves a purpose, so it cannot be simply removed without adding it somewhere else. Or am I missing something? 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: [EMAIL PROTECTED] If ignorance is bliss, why aren't there more happy people? ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users