]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/lcd_console.h
bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR
[people/ms/u-boot.git] / include / lcd_console.h
index 2e0f56f9903a24259c18b58e151206cd02fda941..eac227f498d68df1bef0d5650aaabc3724a49e33 100644 (file)
@@ -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;