rockchip: rk3328: enable vidconsole
Change-Id: I5eebb1e10fe2fac7c3e0cec1884cd1c121fa9587 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
e5bc49ba7a
commit
51117ff49b
|
|
@ -9,6 +9,10 @@
|
||||||
|
|
||||||
#include <configs/rk3328_common.h>
|
#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 CONFIG_SYS_MMC_ENV_DEV 1
|
||||||
|
|
||||||
#define SDRAM_BANK_SIZE (2UL << 30)
|
#define SDRAM_BANK_SIZE (2UL << 30)
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,7 @@
|
||||||
ENV_MEM_LAYOUT_SETTINGS \
|
ENV_MEM_LAYOUT_SETTINGS \
|
||||||
RKIMG_DET_BOOTDEV \
|
RKIMG_DET_BOOTDEV \
|
||||||
"partitions=" PARTS_DEFAULT \
|
"partitions=" PARTS_DEFAULT \
|
||||||
|
ROCKCHIP_DEVICE_SETTINGS \
|
||||||
BOOTENV
|
BOOTENV
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue