]> Git Repo - u-boot.git/commitdiff
rockchip: evb_rk3288: Add console settings
authorSuniel Mahesh <[email protected]>
Tue, 21 Jul 2020 15:24:42 +0000 (20:54 +0530)
committerKever Yang <[email protected]>
Wed, 22 Jul 2020 12:55:13 +0000 (20:55 +0800)
Add console settings like stdin, stdout and stderr as
usbkbd and vidconsole respectively for evb-rk3288 targets.

This would certainly help to detect the attached video
devices (like HDMI) and print the console messages on display.

Signed-off-by: Suniel Mahesh <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
include/configs/evb_rk3288.h

index ddd7012c8f396e1ae98d23286aeeee389ee09ee8..e19fa90212839f96809f34f47c0edd7ebcf0db34 100644 (file)
@@ -6,7 +6,11 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#define ROCKCHIP_DEVICE_SETTINGS
+#define ROCKCHIP_DEVICE_SETTINGS \
+               "stdin=serial,usbkbd\0" \
+               "stdout=serial,vidconsole\0" \
+               "stderr=serial,vidconsole\0"
+
 #include <configs/rk3288_common.h>
 
 #define CONFIG_SYS_MMC_ENV_DEV 0
This page took 0.03081 seconds and 4 git commands to generate.