Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig
authorTom Rini <trini@konsulko.com>
Tue, 16 Jun 2020 23:06:23 +0000 (19:06 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 26 Jun 2020 14:29:06 +0000 (10:29 -0400)
This converts the following to Kconfig:
   CONFIG_CONSOLE_SCROLL_LINES

Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/evb_px5.h
include/configs/evb_rk3308.h
include/configs/evb_rk3328.h
include/configs/firefly_rk3308.h
include/configs/geekbox.h
include/configs/sheep_rk3368.h

index e930420..ed801dd 100644 (file)
@@ -8,7 +8,6 @@
 
 #include <configs/rk3368_common.h>
 
-#define CONFIG_CONSOLE_SCROLL_LINES    10
 #define CONFIG_SYS_MMC_ENV_DEV 0
 
 #endif
index 4d40606..0d2cb21 100644 (file)
@@ -14,7 +14,5 @@
 #define ROCKCHIP_DEVICE_SETTINGS \
                        "stdout=serial,vidconsole\0" \
                        "stderr=serial,vidconsole\0"
-#undef CONFIG_CONSOLE_SCROLL_LINES
-#define CONFIG_CONSOLE_SCROLL_LINES            10
 
 #endif
index ed5888b..26687e6 100644 (file)
@@ -12,6 +12,4 @@
 
 #define SDRAM_BANK_SIZE                        (2UL << 30)
 
-#define CONFIG_CONSOLE_SCROLL_LINES            10
-
 #endif
index 2cc7b4a..7b8b62f 100644 (file)
@@ -14,7 +14,5 @@
 #define ROCKCHIP_DEVICE_SETTINGS \
                        "stdout=serial,vidconsole\0" \
                        "stderr=serial,vidconsole\0"
-#undef CONFIG_CONSOLE_SCROLL_LINES
-#define CONFIG_CONSOLE_SCROLL_LINES            10
 
 #endif
index 91f4feb..4b12eb7 100644 (file)
@@ -8,6 +8,4 @@
 
 #include <configs/rk3368_common.h>
 
-#define CONFIG_CONSOLE_SCROLL_LINES            10
-
 #endif
index 238838f..550597c 100644 (file)
@@ -13,6 +13,4 @@
 #define DTB_LOAD_ADDR                  0x5600000
 #define INITRD_LOAD_ADDR               0x5bf0000
 
-#define CONFIG_CONSOLE_SCROLL_LINES    10
-
 #endif