commit | cefa47171276509fee89d8084da15409285e481b | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Sat Nov 09 11:00:09 2013 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Nov 12 09:35:17 2013 +0100 |
tree | 0539affa3f569494c9da7f2ac4fa4f6595b0997f | |
parent | e2788afe672d06d4ee92220c4d7d39a83b4f90ee [diff] |
lcd: allow overriding lcd_get_size() Remove the redundant lcd_line_length initialisation which sneaked in when an earlier version of the patch of commit 6d330719 has been rebased. Some lcd drivers need to setup lcd_line_length not from the panel_info parameters but by different means. Make the lcd_get_size() weak to allow setting lcd_line_length in a driver specific way. Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Stephen Warren <swarren@wwwdotorg.org>