commit | f1a1247d8946ab2bd7efdd8c5197495768ef6269 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 21 19:44:51 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 21 20:42:36 2016 -0700 |
tree | cafb14c9238a426ab09cf8d013a4c70e9f8091d6 | |
parent | 66280e82f7fe90194236da39ab0e2f42869a8070 [diff] |
video: Name consoles by their number We must use the console name in the 'stdout' variable to select the one we want. At present the name is formed from the driver name with a suffix indicating the rotation value. It seems better to name them sequentially since this can be controlled by driver order. So adjust the code to use 'vidconsole' for the first, 'vidconsole1' for the second, etc. Signed-off-by: Simon Glass <sjg@chromium.org>