summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSuniel Mahesh <sunil@amarulasolutions.com>2020-07-21 18:24:42 +0300
committerKever Yang <kever.yang@rock-chips.com>2020-07-22 15:55:13 +0300
commitc997d1c87b20217273879239cbd644064a461689 (patch)
tree1d4a19319f64f7db220113b792e5090bb65d6425 /include
parentd840cace52aad2905c92cbbd60184a15fb7bb892 (diff)
downloadu-boot-c997d1c87b20217273879239cbd644064a461689.tar.xz
rockchip: evb_rk3288: Add console settings
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 <sunil@amarulasolutions.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/evb_rk3288.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/evb_rk3288.h b/include/configs/evb_rk3288.h
index ddd7012c8f..e19fa90212 100644
--- a/include/configs/evb_rk3288.h
+++ b/include/configs/evb_rk3288.h
@@ -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