commit | 80277566d0d85b3430548ba87ad28b0585ef06a6 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Sep 20 14:27:44 2011 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Feb 23 09:39:18 2012 +0200 |
tree | 88a5295393e09d0203d264e49103908ba1ea8e43 | |
parent | 1e434f9318efc3dddc0c0b8d2071712668154c2b [diff] |
OMAPFB: remove mem info from platform_data omapfb driver used platform_data to get fb memory areas and formats defined by the board file. This patch removes omapfb's (both old and new omapfb) use of the memory data in platform_data, because: - No board uses them currently - It's not board file's job to define things like amount of default framebuffer memory. These should come from the bootloader via command line parameters. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>