| #
7f64573d |
| 07-Apr-2025 |
Damon Ding <damon.ding@rock-chips.com> |
rockchip: rk3588/rk3576: Add "stdin=serial,usbkbd"
According to the function console_init_r() in the file common/console.c, the stdin, stdout and stderr will be set to "serial" if stdin is not set.
rockchip: rk3588/rk3576: Add "stdin=serial,usbkbd"
According to the function console_init_r() in the file common/console.c, the stdin, stdout and stderr will be set to "serial" if stdin is not set.
With this patch, the "vidconsole" will be valid as stdout and stderr if the video console mode is enabled.
Change-Id: I852e10de2989b5d8ca9fd796600d1d97fc85c15c Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
show more ...
|