rockchip: rk322x: enable vidconsole

Change-Id: I6ab5fd0232ed61578f958b2371ebef87caa10c5b
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2018-07-16 17:33:31 +08:00
parent 51117ff49b
commit 9bfe736ccb
3 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,9 @@
#include <configs/rk322x_common.h>
#define ROCKCHIP_DEVICE_SETTINGS \
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0"
/* Store env in emmc */
#define CONFIG_SYS_MMC_ENV_DEV 0

View File

@ -64,6 +64,7 @@
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_CMDLINE_TAG
#define ROCKCHIP_DEVICE_SETTINGS
#endif
#endif

View File

@ -56,6 +56,7 @@
"fdt_high=0x7fffffff\0" \
"partitions=" PARTS_DEFAULT \
ENV_MEM_LAYOUT_SETTINGS \
ROCKCHIP_DEVICE_SETTINGS \
BOOTENV
#endif