X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flcd_console.h;h=eac227f498d68df1bef0d5650aaabc3724a49e33;hb=211aaf309cde193918f9a19b0b010acebfd80a82;hp=2e0f56f9903a24259c18b58e151206cd02fda941;hpb=dd9958a3f4460681bed6a6c6dc99ba47849e3c9b;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/lcd_console.h b/include/lcd_console.h index 2e0f56f..eac227f 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;