diff options
author | David Lechner <david@lechnology.com> | 2017-09-04 16:00:49 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2017-09-04 16:00:49 +0200 |
commit | 176780c7d2fab4ac7b46f217e20db0ce533f27f4 (patch) | |
tree | 125cdaae6202b52f8a070013a5452602f0345476 /Documentation | |
parent | bf4392bac1f559397285b3c285b85dd0330f3d43 (diff) | |
download | linux-176780c7d2fab4ac7b46f217e20db0ce533f27f4.tar.gz linux-176780c7d2fab4ac7b46f217e20db0ce533f27f4.tar.bz2 linux-176780c7d2fab4ac7b46f217e20db0ce533f27f4.zip |
fbcon: remove restriction on margin color
This removes the restriction on the value range of the fbcon=margin:
parameter. The color value really depends on the driver being used.
Signed-off-by: David Lechner <david@lechnology.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
[b.zolnierkie: ported over fbcon changes]
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/fb/fbcon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/fb/fbcon.txt b/Documentation/fb/fbcon.txt index 1822b190ccd6..a38d3aa4d189 100644 --- a/Documentation/fb/fbcon.txt +++ b/Documentation/fb/fbcon.txt @@ -153,7 +153,7 @@ C. Boot options This option specifies the color of the margins. The margins are the leftover area at the right and the bottom of the screen that are not used by text. By default, this area will be black. The 'color' value - is 0 to 7 where 0 is black and 7 is white. + is an integer number that depends on the framebuffer driver being used. C. Attaching, Detaching and Unloading |