mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 10:12:14 +02:00
rk3288: vyasa: Add console settings
Add console settings like stdin, stdout and stderr as cros-ec-keyb and vidconsole respectively for Vyasa Rk3288 board. This would certainly help to detect the attached video devices (like HDMI) and print the console message on display. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
@@ -8,7 +8,11 @@
|
|||||||
#ifndef __CONFIG_H
|
#ifndef __CONFIG_H
|
||||||
#define __CONFIG_H
|
#define __CONFIG_H
|
||||||
|
|
||||||
#define ROCKCHIP_DEVICE_SETTINGS
|
#define ROCKCHIP_DEVICE_SETTINGS \
|
||||||
|
"stdin=serial,cros-ec-keyb\0" \
|
||||||
|
"stdout=serial,vidconsole\0" \
|
||||||
|
"stderr=serial,vidconsole\0"
|
||||||
|
|
||||||
#include <configs/rk3288_common.h>
|
#include <configs/rk3288_common.h>
|
||||||
|
|
||||||
#undef BOOT_TARGET_DEVICES
|
#undef BOOT_TARGET_DEVICES
|
||||||
|
Reference in New Issue
Block a user