
22 Jan
2016
22 Jan
'16
7:37 p.m.
On 21 January 2016 at 19:44, Simon Glass sjg@chromium.org wrote:
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
Changes in v2: None
drivers/video/vidconsole-uclass.c | 7 ++++++- include/configs/sandbox.h | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-)
Applied to u-boot-rockchip.