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 e9304206bb12addd9f43f52b6c8e793877775efc..ed801dd84556d2195ff9287cb08117cae873a4b6 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 4d40606e4bd3d4103707cf8be718fcb4483736ac..0d2cb21ac67928efc6af083c41d32c926b726f1e 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 ed5888bfd3e99ff08afe4bcda289aadebd4eb351..26687e63861610da3e2dd65adaca2aa2cdb3881d 100644 (file)
@@ -12,6 +12,4 @@
 
 #define SDRAM_BANK_SIZE                        (2UL << 30)
 
-#define CONFIG_CONSOLE_SCROLL_LINES            10
-
 #endif
index 2cc7b4a153f8dacca71a5cbf83267113f10c3c28..7b8b62fbcb1595d4628b38e7b0339fbc80bc4e03 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 91f4feb737086270b08097086f654595c02a3cea..4b12eb7af9a8d6f1085de3bd8c78edc16e917bd2 100644 (file)
@@ -8,6 +8,4 @@
 
 #include <configs/rk3368_common.h>
 
-#define CONFIG_CONSOLE_SCROLL_LINES            10
-
 #endif
index 238838fd7d05d94cde73b4dbbd02e5eca6263a94..550597c957d0bcd2112e449cbc1b213c0be388c5 100644 (file)
@@ -13,6 +13,4 @@
 #define DTB_LOAD_ADDR                  0x5600000
 #define INITRD_LOAD_ADDR               0x5bf0000
 
-#define CONFIG_CONSOLE_SCROLL_LINES    10
-
 #endif