Re: [PATCH] OMAP: Fix build failure on MEMBLOCK_REAL_LIMIT

2010-11-07 Thread Felipe Contreras
On Mon, Nov 1, 2010 at 6:30 PM, Namhyung Kim wrote: > --- a/drivers/video/omap2/vram.c > +++ b/drivers/video/omap2/vram.c > @@ -570,7 +570,8 @@ void __init omap_vram_reserve_sdram_memblock(void) >                        return; >                } >        } else { > -               paddr = membloc

Re: [PATCH] OMAP: Fix build failure on MEMBLOCK_REAL_LIMIT

2010-11-02 Thread Tomi Valkeinen
On Mon, 2010-11-01 at 17:30 +0100, ext Namhyung Kim wrote: > The MEMBLOCK_REAL_LIMIT symbol was removed by the commit e63075a3c937 > (memblock: Introduce default allocation limit and use it to replace > explicit ones) so it breaks beagle board build as follows: > > CC drivers/video/omap2/vr

[PATCH] OMAP: Fix build failure on MEMBLOCK_REAL_LIMIT

2010-11-01 Thread Namhyung Kim
The MEMBLOCK_REAL_LIMIT symbol was removed by the commit e63075a3c937 (memblock: Introduce default allocation limit and use it to replace explicit ones) so it breaks beagle board build as follows: CC drivers/video/omap2/vram.o drivers/video/omap2/vram.c: In function 'omap_vram_reserve_sdram