summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2014-12-08 17:14:46 +0200
committerAnatolij Gustschin <agust@denx.de>2015-01-10 17:54:23 +0100
commit73b462b84568ac887ae9ad083580289175202327 (patch)
tree64bcf6fe04bf934ffd0c9a974862bdc0a56d5ca8 /common
parent904672ee489280cf26793e0a590505a2659dae09 (diff)
downloadblackbird-obmc-uboot-73b462b84568ac887ae9ad083580289175202327.tar.gz
blackbird-obmc-uboot-73b462b84568ac887ae9ad083580289175202327.zip
lcd_console: remove unused defines
CONSOLE_ROW_SECOND, CONSOLE_ROW_LAST, and CONSOLE_SCROLL_SIZE are unused. Remove them. Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Cc: Anatolij Gustschin <agust@denx.de> Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/lcd_console.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/lcd_console.c b/common/lcd_console.c
index f948e5a113..74c388a0ca 100644
--- a/common/lcd_console.c
+++ b/common/lcd_console.c
@@ -12,11 +12,7 @@
#define CONSOLE_ROW_SIZE (VIDEO_FONT_HEIGHT * lcd_line_length)
#define CONSOLE_ROW_FIRST lcd_console_address
-#define CONSOLE_ROW_SECOND (lcd_console_address + CONSOLE_ROW_SIZE)
-#define CONSOLE_ROW_LAST (lcd_console_address + CONSOLE_SIZE \
- - CONSOLE_ROW_SIZE)
#define CONSOLE_SIZE (CONSOLE_ROW_SIZE * console_rows)
-#define CONSOLE_SCROLL_SIZE (CONSOLE_SIZE - CONSOLE_ROW_SIZE)
static short console_curr_col;
static short console_curr_row;
OpenPOWER on IntegriCloud