rockchip: rk3328: enable vidconsole

Change-Id: I5eebb1e10fe2fac7c3e0cec1884cd1c121fa9587
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2018-07-16 17:30:35 +08:00
parent e5bc49ba7a
commit 51117ff49b
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,10 @@
#include <configs/rk3328_common.h>
#define ROCKCHIP_DEVICE_SETTINGS \
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0"
#define CONFIG_SYS_MMC_ENV_DEV 1
#define SDRAM_BANK_SIZE (2UL << 30)

View File

@ -65,6 +65,7 @@
ENV_MEM_LAYOUT_SETTINGS \
RKIMG_DET_BOOTDEV \
"partitions=" PARTS_DEFAULT \
ROCKCHIP_DEVICE_SETTINGS \
BOOTENV
#endif