X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flcd_console.h;h=061a6a41bbd54250009223b065530fd507df5eba;hb=f9a48654ee70fbad29f487d074fd36a1548b4209;hp=2e0f56f9903a24259c18b58e151206cd02fda941;hpb=1733259d25015c28c47990ec11af99b3f62f811c;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/lcd_console.h b/include/lcd_console.h index 2e0f56f..061a6a4 100644 --- a/include/lcd_console.h +++ b/include/lcd_console.h @@ -1,13 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/ - * - * SPDX-License-Identifier: GPL-2.0+ */ /* 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;