OMAPFB: remove early mem alloc from old omapfb
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 20 Sep 2011 11:12:43 +0000 (14:12 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 23 Feb 2012 07:39:14 +0000 (09:39 +0200)
arch/arm/plat-omap/fb.c contains code to alloc omapfb buffers at early
boot time according to information given from the bootloader or board
file.

This code isn't currently used by any board, and is anyway something
that the newer vram.c could handle. So remove the alloc code and in
later patches make old omapfb driver use vram.c.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>

No differences found