diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:57 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:57 -0400 |
commit | b87ca80b9b1825b44341aa4bcd28c26a7860fd18 (patch) | |
tree | 14eb9efa2f0a84f55b1960363e2d326f75d917e8 /include/configs/rpi.h | |
parent | 5ecf8c66189978e096e27953ab31990e31b7f968 (diff) | |
download | u-boot-b87ca80b9b1825b44341aa4bcd28c26a7860fd18.zip u-boot-b87ca80b9b1825b44341aa4bcd28c26a7860fd18.tar.gz u-boot-b87ca80b9b1825b44341aa4bcd28c26a7860fd18.tar.bz2 |
Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig
This converts the following to Kconfig:
CONFIG_CONSOLE_SCROLL_LINES
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/rpi.h')
-rw-r--r-- | include/configs/rpi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h index 4ad98e1..7fe469c 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -81,7 +81,6 @@ #define CONFIG_FB_ADDR 0 #define CONFIG_VIDEO_BCM2835 #define CONFIG_SYS_WHITE_ON_BLACK -#define CONFIG_CONSOLE_SCROLL_LINES 10 /* SD/MMC configuration */ #define CONFIG_GENERIC_MMC |