Acked-by: Che-Liang Chiou <clch...@chromium.org>
On Sat, Jan 12, 2013 at 2:07 PM, Jeroen Hofstee <jer...@myspectrum.nl> wrote: > cc: Che-Liang Chiou <clch...@chromium.org> > Signed-off-by: Jeroen Hofstee <jer...@myspectrum.nl> > --- > api/api_display.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/api/api_display.c b/api/api_display.c > index 6439170..c167db7 100644 > --- a/api/api_display.c > +++ b/api/api_display.c > @@ -45,8 +45,8 @@ int display_get_info(int type, struct display_info *di) > case DISPLAY_TYPE_LCD: > di->pixel_width = panel_info.vl_col; > di->pixel_height = panel_info.vl_row; > - di->screen_rows = CONSOLE_ROWS; > - di->screen_cols = CONSOLE_COLS; > + di->screen_rows = lcd_get_screen_rows(); > + di->screen_cols = lcd_get_screen_columns(); > break; > #endif > } > -- > 1.7.9.5 > _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot