X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flcd_console.h;h=eac227f498d68df1bef0d5650aaabc3724a49e33;hb=d36a27adbbee6f80135642a046901cc6f8c703de;hp=2e0f56f9903a24259c18b58e151206cd02fda941;hpb=dd9958a3f4460681bed6a6c6dc99ba47849e3c9b;p=u-boot diff --git a/include/lcd_console.h b/include/lcd_console.h index 2e0f56f990..eac227f498 100644 --- a/include/lcd_console.h +++ b/include/lcd_console.h @@ -5,9 +5,6 @@ */ /* By default we scroll by a single line */ -#ifndef CONFIG_CONSOLE_SCROLL_LINES -#define CONFIG_CONSOLE_SCROLL_LINES 1 -#endif struct console_t { short curr_col, curr_row;