rockchip: rk322x: enable vidconsole
Change-Id: I6ab5fd0232ed61578f958b2371ebef87caa10c5b Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
51117ff49b
commit
9bfe736ccb
|
|
@ -9,6 +9,9 @@
|
||||||
|
|
||||||
#include <configs/rk322x_common.h>
|
#include <configs/rk322x_common.h>
|
||||||
|
|
||||||
|
#define ROCKCHIP_DEVICE_SETTINGS \
|
||||||
|
"stdout=serial,vidconsole\0" \
|
||||||
|
"stderr=serial,vidconsole\0"
|
||||||
|
|
||||||
/* Store env in emmc */
|
/* Store env in emmc */
|
||||||
#define CONFIG_SYS_MMC_ENV_DEV 0
|
#define CONFIG_SYS_MMC_ENV_DEV 0
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,7 @@
|
||||||
#define CONFIG_SETUP_MEMORY_TAGS
|
#define CONFIG_SETUP_MEMORY_TAGS
|
||||||
#define CONFIG_CMDLINE_TAG
|
#define CONFIG_CMDLINE_TAG
|
||||||
|
|
||||||
|
#define ROCKCHIP_DEVICE_SETTINGS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,7 @@
|
||||||
"fdt_high=0x7fffffff\0" \
|
"fdt_high=0x7fffffff\0" \
|
||||||
"partitions=" PARTS_DEFAULT \
|
"partitions=" PARTS_DEFAULT \
|
||||||
ENV_MEM_LAYOUT_SETTINGS \
|
ENV_MEM_LAYOUT_SETTINGS \
|
||||||
|
ROCKCHIP_DEVICE_SETTINGS \
|
||||||
BOOTENV
|
BOOTENV
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue