Re: [U-Boot-Users] [PATCH v2] [new uImage] Avoid initrd and logbuffer area overlaps

2008-06-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Add logbuffer to reserved LMB areas to prevent initrd allocation > from overlaping with it. > > Make sure to use correct logbuffer base address. > > Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> > --- > > v2 fixes build errors for PPC targets wi

[U-Boot-Users] [PATCH v2] [new uImage] Avoid initrd and logbuffer area overlaps

2008-05-13 Thread Marian Balakowicz
Add logbuffer to reserved LMB areas to prevent initrd allocation from overlaping with it. Make sure to use correct logbuffer base address. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- v2 fixes build errors for PPC targets without LOGBUFFER support. common/cmd_log.c |8 +++-